Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 89c7d98c14f975f76bad25bf11a1592d8afc15cc..47da2f28597429f54bac364e4bf8e5363335b8e9 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -133,7 +133,7 @@ |
MediaQueryList matchMedia(DOMString query); |
// styleMedia has been removed from the CSSOM View specification. |
- readonly attribute StyleMedia styleMedia; |
+ [MeasureAs=StyleMedia] readonly attribute StyleMedia styleMedia; |
// DOM Level 2 Style Interface |
[TypeChecking=Interface] CSSStyleDeclaration getComputedStyle(Element element, optional DOMString? pseudoElt = null); |