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

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://drafts.csswg.org/css-device-adapt/#css-viewport-rule-interface
[Exposed=(Window,Worker)]
[Exposed=Window]
interface CSSViewportRule : CSSRule {
// readonly attribute CSSStyleDeclaration style;
};