Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion inputfiles/knownTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"HmacKeyGenParams",
"ImageBitmapRenderingContextSettings",
"Keyframe",
"MutationRecordType",
"NamedCurve",
"OptionalPrefixToken",
"OptionalPostfixToken",
Expand Down
10 changes: 0 additions & 10 deletions inputfiles/overridingTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -1563,16 +1563,6 @@
}
}
},
"MutationRecord": {
"properties": {
"property": {
"type": {
"name": "type",
"overrideType": "MutationRecordType"
}
}
}
},
"URL": {
"constructor": {
"signature": {
Expand Down
4 changes: 4 additions & 0 deletions inputfiles/patches/dom.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ interface Document {
}
}

interface MutationRecord {
property type type=MutationRecordType
}

enum InsertPosition {
beforebegin
beforeend
Expand Down