| Index: Source/core/css/CSS.idl
|
| diff --git a/Source/core/css/CSS.idl b/Source/core/css/CSS.idl
|
| index 8bd0a8773c138c135e1f2dec536129bfd41be9c8..7e5e2e0a1210426034fecade77959f002f7e504e 100644
|
| --- a/Source/core/css/CSS.idl
|
| +++ b/Source/core/css/CSS.idl
|
| @@ -30,11 +30,9 @@
|
| // http://dev.w3.org/csswg/css-conditional/#the-css-interface
|
|
|
| [
|
| - NoInterfaceObject,
|
| ImplementedAs=DOMWindowCSS,
|
| WillBeGarbageCollected
|
| ] interface CSS {
|
| - // TODO(philipj): The supports() methods should be static. crbug.com/496369
|
| - boolean supports(DOMString property, DOMString value);
|
| - boolean supports(DOMString conditionText);
|
| + static boolean supports(DOMString property, DOMString value);
|
| + static boolean supports(DOMString conditionText);
|
| };
|
|
|