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/inline.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/inline.patch')
-rw-r--r-- | components/script/dom/bindings/codegen/parser/inline.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/parser/inline.patch b/components/script/dom/bindings/codegen/parser/inline.patch index 5d1056d2b58..028fb9345d0 100644 --- a/components/script/dom/bindings/codegen/parser/inline.patch +++ b/components/script/dom/bindings/codegen/parser/inline.patch @@ -9,4 +9,4 @@ + identifier == "Inline"): # Known extended attributes that do not take values if not attr.noArguments(): - raise WebIDLError("[%s] must take no arguments" % identifier,
\ No newline at end of file + raise WebIDLError("[%s] must take no arguments" % identifier, |