diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-09-14 11:15:35 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2018-09-14 14:48:41 +0200 |
commit | 2b574bbdf8f1306c4b31060fec54fee919cc3a18 (patch) | |
tree | f8c23e6cedf624781bb0148175b9ff7f0f9f19a0 /components/script/dom/bindings/codegen/parser/abstract.patch | |
parent | 70a0174b0abef796a1d1500fa7a8b7dc395719e0 (diff) | |
download | servo-2b574bbdf8f1306c4b31060fec54fee919cc3a18.tar.gz servo-2b574bbdf8f1306c4b31060fec54fee919cc3a18.zip |
Update the WebIDL parser
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/abstract.patch')
-rw-r--r-- | components/script/dom/bindings/codegen/parser/abstract.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/parser/abstract.patch b/components/script/dom/bindings/codegen/parser/abstract.patch index e43d12eb988..cf4c89b84d0 100644 --- a/components/script/dom/bindings/codegen/parser/abstract.patch +++ b/components/script/dom/bindings/codegen/parser/abstract.patch @@ -1,9 +1,9 @@ --- WebIDL.py +++ WebIDL.py @@ -1744,7 +1744,8 @@ - identifier == "ProbablyShortLivingWrapper" or identifier == "LegacyUnenumerableNamedProperties" or identifier == "RunConstructorInCallerCompartment" or + identifier == "WantsEventListenerHooks" or - identifier == "NonOrdinaryGetPrototypeOf"): + identifier == "NonOrdinaryGetPrototypeOf" or + identifier == "Abstract"): |