aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
diff options
context:
space:
mode:
authormontrivo <montrivo@github.com>2017-01-29 01:23:28 +0100
committermontrivo <montrivo@github.com>2017-01-29 01:29:29 +0100
commitd5c6c24d2adf3e6d663d4392239f7aa58b5bc6be (patch)
tree6b0fedbe3fbbeeaabc35c573ecf346777958b12e /components/script/dom/webidls/CSSStyleDeclaration.webidl
parentcd0a6b98f4a9073e9ac98409c2fa917643552181 (diff)
downloadservo-d5c6c24d2adf3e6d663d4392239f7aa58b5bc6be.tar.gz
servo-d5c6c24d2adf3e6d663d4392239f7aa58b5bc6be.zip
Expose interfaces only where they should be. #12415 - Partial
Diffstat (limited to 'components/script/dom/webidls/CSSStyleDeclaration.webidl')
-rw-r--r--components/script/dom/webidls/CSSStyleDeclaration.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/CSSStyleDeclaration.webidl b/components/script/dom/webidls/CSSStyleDeclaration.webidl
index c32e9afddfc..27e5ec73ade 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]
interface CSSStyleDeclaration {
[SetterThrows]
attribute DOMString cssText;