mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update WebIDL parser
This commit is contained in:
parent
ff3f3d30c7
commit
1806b9ede2
10 changed files with 759 additions and 164 deletions
|
@ -1,6 +1,6 @@
|
|||
--- WebIDL.py
|
||||
+++ WebIDL.py
|
||||
@@ -1768,7 +1768,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
||||
@@ -1883,7 +1883,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
||||
identifier == "LegacyUnenumerableNamedProperties" or
|
||||
identifier == "RunConstructorInCallerCompartment" or
|
||||
identifier == "WantsEventListenerHooks" or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue