diff options
Diffstat (limited to 'third_party/WebIDL/inline.patch')
-rw-r--r-- | third_party/WebIDL/inline.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/WebIDL/inline.patch b/third_party/WebIDL/inline.patch new file mode 100644 index 00000000000..ad4d0f8f959 --- /dev/null +++ b/third_party/WebIDL/inline.patch @@ -0,0 +1,10 @@ +--- WebIDL.py ++++ WebIDL.py +@@ -1988,6 +1988,7 @@ class IDLInterface(IDLInterfaceOrNamespace): + or identifier == "WantsEventListenerHooks" + or identifier == "Serializable" + or identifier == "Abstract" ++ or identifier == "Inline" + ): + # Known extended attributes that do not take values + if not attr.noArguments(): |