aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/abstract.patch
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-09-14 11:15:35 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2018-09-14 14:48:41 +0200
commit2b574bbdf8f1306c4b31060fec54fee919cc3a18 (patch)
treef8c23e6cedf624781bb0148175b9ff7f0f9f19a0 /components/script/dom/bindings/codegen/parser/abstract.patch
parent70a0174b0abef796a1d1500fa7a8b7dc395719e0 (diff)
downloadservo-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.patch2
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"):