aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLTableElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTableElement.webidl6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/script/dom/webidls/HTMLTableElement.webidl b/components/script/dom/webidls/HTMLTableElement.webidl
index bc389bfb796..72a151fc858 100644
--- a/components/script/dom/webidls/HTMLTableElement.webidl
+++ b/components/script/dom/webidls/HTMLTableElement.webidl
@@ -51,9 +51,9 @@ partial interface HTMLTableElement {
attribute DOMString width;
[CEReactions]
- attribute [TreatNullAs=EmptyString] DOMString bgColor;
- // [CEReactions, TreatNullAs=EmptyString]
+ attribute [LegacyNullToEmptyString] DOMString bgColor;
+ // [CEReactions, LegacyNullToEmptyString]
// attribute DOMString cellPadding;
- // [CEReactions, TreatNullAs=EmptyString]
+ // [CEReactions, LegacyNullToEmptyString]
// attribute DOMString cellSpacing;
};