diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-02-25 11:48:45 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-03-01 16:58:46 +0530 |
commit | 8f5db8a7e114ec9a6705da5284f9e5abc3bc7cd2 (patch) | |
tree | 6165f7e9338d3e491cc8774c081178229ecf2806 /components/script/dom/bindings/codegen/parser/inline.patch | |
parent | 427003210b3e16a82f958e35ff4212f26ffa35ab (diff) | |
download | servo-8f5db8a7e114ec9a6705da5284f9e5abc3bc7cd2.tar.gz servo-8f5db8a7e114ec9a6705da5284f9e5abc3bc7cd2.zip |
Update webidl.py from upstream
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/inline.patch')
-rw-r--r-- | components/script/dom/bindings/codegen/parser/inline.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/script/dom/bindings/codegen/parser/inline.patch b/components/script/dom/bindings/codegen/parser/inline.patch index 028fb9345d0..e2b16f9b158 100644 --- a/components/script/dom/bindings/codegen/parser/inline.patch +++ b/components/script/dom/bindings/codegen/parser/inline.patch @@ -1,9 +1,9 @@ --- WebIDL.py +++ WebIDL.py -@@ -1695,7 +1695,8 @@ class IDLInterface(IDLInterfaceOrNamespace): - identifier == "ProbablyShortLivingObject" or +@@ -1787,7 +1787,8 @@ class IDLInterface(IDLInterfaceOrNamespace): identifier == "LegacyUnenumerableNamedProperties" or - identifier == "NonOrdinaryGetPrototypeOf" or + identifier == "RunConstructorInCallerCompartment" or + identifier == "WantsEventListenerHooks" or - identifier == "Abstract"): + identifier == "Abstract" or + identifier == "Inline"): |