diff options
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r-- | components/script/dom/webidls/CSSStyleDeclaration.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl index 3424e5593a6..0f0b483d0b1 100644 --- a/components/script/dom/webidls/CSSStyleDeclaration.webidl +++ b/components/script/dom/webidls/CSSStyleDeclaration.webidl @@ -8,7 +8,7 @@ * Copyright © 2013 W3C® (MIT, ERCIM, Keio, Beihang), All Rights Reserved. */ -[Exposed=(Window,Worker)] +[Exposed=(Window, Worker)] interface CSSStyleDeclaration { [SetterThrows] attribute DOMString cssText; |