aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFontElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLFontElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLFontElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLFontElement.webidl b/components/script/dom/webidls/HTMLFontElement.webidl
index 194feb19b09..498542ed877 100644
--- a/components/script/dom/webidls/HTMLFontElement.webidl
+++ b/components/script/dom/webidls/HTMLFontElement.webidl
@@ -5,8 +5,8 @@
// https://html.spec.whatwg.org/multipage/#htmlfontelement
[HTMLConstructor]
interface HTMLFontElement : HTMLElement {
- [CEReactions, TreatNullAs=EmptyString]
- attribute DOMString color;
+ [CEReactions]
+ attribute [TreatNullAs=EmptyString] DOMString color;
[CEReactions]
attribute DOMString face;
[CEReactions]