Unexpose CSSOM interfaces

This commit is contained in:
Manish Goregaokar 2016-11-14 12:08:32 -08:00
parent 67a68bd1f6
commit 71a2b379c8
15 changed files with 14 additions and 27 deletions

View file

@ -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;