mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
||||
@@ -1769,7 +1769,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
||||
@@ -1884,7 +1884,8 @@ class IDLInterface(IDLInterfaceOrNamespace):
|
||||
identifier == "RunConstructorInCallerCompartment" or
|
||||
identifier == "WantsEventListenerHooks" or
|
||||
identifier == "Serializable" or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue