diff options
author | Shing Lyu <shing.lyu@gmail.com> | 2016-01-29 17:32:39 +0800 |
---|---|---|
committer | Shing Lyu <shing.lyu@gmail.com> | 2016-01-29 21:12:21 +0800 |
commit | 18b6817755b3509990e0a9fbe1acb5318d81c957 (patch) | |
tree | f55fc21d3188f4890532401d0c5d680d08a1c68f /components/script/dom/bindings/codegen/parser/abstract.patch | |
parent | 1483a5de32511f4f8e4868e8ae55ef6e8406f0f6 (diff) | |
download | servo-18b6817755b3509990e0a9fbe1acb5318d81c957.tar.gz servo-18b6817755b3509990e0a9fbe1acb5318d81c957.zip |
Add mach test-webidl command
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/abstract.patch')
-rw-r--r-- | components/script/dom/bindings/codegen/parser/abstract.patch | 8 |
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(): |