mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Change bindings generation to make Exposed annotation aware of members/partial interfaces
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
[
|
||||
ExceptionClass,
|
||||
Exposed=(Window,Worker),
|
||||
Exposed=(Window,Worker,Worklet,DissimilarOriginWindow),
|
||||
Constructor(optional DOMString message="", optional DOMString name="Error")
|
||||
]
|
||||
interface DOMException {
|
||||
|
||||
Reference in New Issue
Block a user