aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/abstract.patch
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-01-30 21:21:53 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-01-30 21:21:53 +0530
commit0ada7f9c8eda9879b5536cea3266c94214f9ce9b (patch)
treef2fbc9ee19d6dbc814fc04db5448d333e7bc44fc /components/script/dom/bindings/codegen/parser/abstract.patch
parent31657811d33f23c79eae49dea171718562b031c5 (diff)
parent83a492a533aecdb122052a9cacd735779ab9dfdd (diff)
downloadservo-0ada7f9c8eda9879b5536cea3266c94214f9ce9b.tar.gz
servo-0ada7f9c8eda9879b5536cea3266c94214f9ce9b.zip
Auto merge of #9459 - shinglyu:testwebidl, r=Wafflespeanut
Add mach test-webidl command I updated the `WebIDL.py` from latest mozilla-central. And add a `./mach test-webidl` command. For #9397 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9459) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/abstract.patch')
-rw-r--r--components/script/dom/bindings/codegen/parser/abstract.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/dom/bindings/codegen/parser/abstract.patch b/components/script/dom/bindings/codegen/parser/abstract.patch
index e971a97e443..081ee91c59b 100644
--- a/components/script/dom/bindings/codegen/parser/abstract.patch
+++ b/components/script/dom/bindings/codegen/parser/abstract.patch
@@ -1,11 +1,11 @@
--- WebIDL.py
+++ WebIDL.py
-@@ -1357,7 +1357,8 @@ class IDLInterface(IDLObjectWithScope, IDLExposureMixins):
- identifier == "ChromeOnly" or
+@@ -1416,7 +1416,8 @@
identifier == "Unforgeable" or
identifier == "UnsafeInPrerendering" or
-- identifier == "LegacyEventInit"):
-+ identifier == "LegacyEventInit" or
+ identifier == "LegacyEventInit" or
+- identifier == "ProbablyShortLivingObject"):
++ identifier == "ProbablyShortLivingObject" or
+ identifier == "Abstract"):
# Known extended attributes that do not take values
if not attr.noArguments():