diff options
author | montrivo <montrivo@github.com> | 2017-01-29 01:23:28 +0100 |
---|---|---|
committer | montrivo <montrivo@github.com> | 2017-01-29 01:29:29 +0100 |
commit | d5c6c24d2adf3e6d663d4392239f7aa58b5bc6be (patch) | |
tree | 6b0fedbe3fbbeeaabc35c573ecf346777958b12e /components/script/dom/webidls/CSSStyleDeclaration.webidl | |
parent | cd0a6b98f4a9073e9ac98409c2fa917643552181 (diff) | |
download | servo-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.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 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; |