Update WebIDL parser

This commit is contained in:
Kagami Sascha Rosylight 2019-08-16 21:13:29 +09:00
parent ff3f3d30c7
commit 1806b9ede2
10 changed files with 759 additions and 164 deletions

View file

@ -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