diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-03-02 11:48:31 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-03-04 14:03:31 +0530 |
commit | 7b48df53a142507f6f11b9645b605be816db5ab1 (patch) | |
tree | 6d99a826f6c81b011c398c6aeeaa2c16e4cc5b04 /components/script/dom/webidls/HTMLTableRowElement.webidl | |
parent | 5fa80a8be0a2cdbb5e84856da6a041958aacc238 (diff) | |
download | servo-7b48df53a142507f6f11b9645b605be816db5ab1.tar.gz servo-7b48df53a142507f6f11b9645b605be816db5ab1.zip |
Update WebIDL.py to 4166cae81546
https://hg.mozilla.org/integration/autoland/rev/4166cae81546f54accae807413f806d20bf30920
Pulls in changes from https://bugzilla.mozilla.org/show_bug.cgi?id=1359269
Diffstat (limited to 'components/script/dom/webidls/HTMLTableRowElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLTableRowElement.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLTableRowElement.webidl b/components/script/dom/webidls/HTMLTableRowElement.webidl index bb2db41b536..64a5f586255 100644 --- a/components/script/dom/webidls/HTMLTableRowElement.webidl +++ b/components/script/dom/webidls/HTMLTableRowElement.webidl @@ -27,6 +27,6 @@ partial interface HTMLTableRowElement { // [CEReactions] // attribute DOMString vAlign; - [CEReactions, TreatNullAs=EmptyString] - attribute DOMString bgColor; + [CEReactions] + attribute [TreatNullAs=EmptyString] DOMString bgColor; }; |