Skip to content

Commit 1dd7fd1

Browse files
committed
Migrate MutationRecord to KDL
1 parent c84a6d4 commit 1dd7fd1

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

inputfiles/knownTypes.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"HmacKeyGenParams",
3333
"ImageBitmapRenderingContextSettings",
3434
"Keyframe",
35-
"MutationRecordType",
3635
"NamedCurve",
3736
"OptionalPrefixToken",
3837
"OptionalPostfixToken",

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,16 +1563,6 @@
15631563
}
15641564
}
15651565
},
1566-
"MutationRecord": {
1567-
"properties": {
1568-
"property": {
1569-
"type": {
1570-
"name": "type",
1571-
"overrideType": "MutationRecordType"
1572-
}
1573-
}
1574-
}
1575-
},
15761566
"URL": {
15771567
"constructor": {
15781568
"signature": {

inputfiles/patches/dom.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ interface Document {
2626
}
2727
}
2828

29+
interface MutationRecord {
30+
property type type=MutationRecordType
31+
}
32+
2933
enum InsertPosition {
3034
beforebegin
3135
beforeend

0 commit comments

Comments
 (0)