Skip to content

Commit c19fbbf

Browse files
committed
Update
1 parent 3c006f6 commit c19fbbf

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -536,14 +536,6 @@
536536
]
537537
}
538538
}
539-
},
540-
"properties": {
541-
"property": {
542-
"defaultView": {
543-
"name": "defaultView",
544-
"overrideType": "WindowProxy & typeof globalThis"
545-
}
546-
}
547539
}
548540
},
549541
"DocumentFragment": {

inputfiles/patches/dom.kdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ interface Document {
7373
type HTMLScriptElement
7474
}
7575
}
76+
77+
property defaultView overrideType="WindowProxy & typeof globalThis"
7678
}
7779

7880
enum InsertPosition {

0 commit comments

Comments
 (0)