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.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTableElement.webidl b/components/script/dom/webidls/HTMLTableElement.webidl
index 3a614efce1f..546d146bc15 100644
--- a/components/script/dom/webidls/HTMLTableElement.webidl
+++ b/components/script/dom/webidls/HTMLTableElement.webidl
@@ -34,7 +34,7 @@ partial interface HTMLTableElement {
// attribute DOMString summary;
// attribute DOMString width;
- //[TreatNullAs=EmptyString] attribute DOMString bgColor;
+ [TreatNullAs=EmptyString] attribute DOMString bgColor;
//[TreatNullAs=EmptyString] attribute DOMString cellPadding;
//[TreatNullAs=EmptyString] attribute DOMString cellSpacing;
};