| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 99f35d1816f9835fa32c6a657d4f6724d4b4c8e1..574030992f26b7281aee33b51eefd7027dea08be 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -141,8 +141,8 @@
|
| [TypeChecking=Interface] CSSStyleDeclaration getComputedStyle(Element element, optional DOMString pseudoElt);
|
|
|
| // WebKit extensions
|
| - [MeasureAs=GetMatchedCSSRules] CSSRuleList getMatchedCSSRules([Default=Undefined] optional Element element,
|
| - [TreatUndefinedAs=NullString, Default=Undefined] optional DOMString? pseudoElement);
|
| + [DeprecateAs=GetMatchedCSSRules] CSSRuleList getMatchedCSSRules([Default=Undefined] optional Element element,
|
| + [TreatUndefinedAs=NullString, Default=Undefined] optional DOMString? pseudoElement);
|
|
|
| [Replaceable] readonly attribute double devicePixelRatio;
|
|
|
|
|