aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableRowElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLTableRowElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTableRowElement.webidl4
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;
};