mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Sync WebIDL.py with gecko
This commit is contained in:
parent
5fdc7c0d2c
commit
56f31c85ef
35 changed files with 727 additions and 221 deletions
|
@ -1,12 +1,12 @@
|
|||
--- WebIDL.py
|
||||
+++ WebIDL.py
|
||||
@@ -1786,7 +1786,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
||||
identifier == "ProbablyShortLivingWrapper" or
|
||||
@@ -1768,7 +1768,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
||||
identifier == "LegacyUnenumerableNamedProperties" or
|
||||
identifier == "RunConstructorInCallerCompartment" or
|
||||
- identifier == "WantsEventListenerHooks"):
|
||||
+ identifier == "WantsEventListenerHooks" or
|
||||
identifier == "WantsEventListenerHooks" or
|
||||
- identifier == "Serializable"):
|
||||
+ identifier == "Serializable" or
|
||||
+ identifier == "Abstract"):
|
||||
# Known extended attributes that do not take values
|
||||
if not attr.noArguments():
|
||||
raise WebIDLError("[%s] must take no arguments" % identifier,
|
||||
raise WebIDLError("[%s] must take no arguments" % identifier,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue