aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableCellElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLTableCellElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTableCellElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLTableCellElement.webidl b/components/script/dom/webidls/HTMLTableCellElement.webidl
index ada63122493..0705816a387 100644
--- a/components/script/dom/webidls/HTMLTableCellElement.webidl
+++ b/components/script/dom/webidls/HTMLTableCellElement.webidl
@@ -40,6 +40,6 @@ partial interface HTMLTableCellElement {
// [CEReactions]
// attribute DOMString vAlign;
- [CEReactions, TreatNullAs=EmptyString]
- attribute DOMString bgColor;
+ [CEReactions]
+ attribute [TreatNullAs=EmptyString] DOMString bgColor;
};