| Index: Source/core/css/CSS.idl
|
| diff --git a/Source/core/css/CSS.idl b/Source/core/css/CSS.idl
|
| index 9893b7dc09eb2246d2f120dde9ccabc7ca4e2bc6..8bd0a8773c138c135e1f2dec536129bfd41be9c8 100644
|
| --- a/Source/core/css/CSS.idl
|
| +++ b/Source/core/css/CSS.idl
|
| @@ -34,7 +34,7 @@
|
| ImplementedAs=DOMWindowCSS,
|
| WillBeGarbageCollected
|
| ] interface CSS {
|
| - // TODO(philipj): The supports() methods should be static.
|
| + // TODO(philipj): The supports() methods should be static. crbug.com/496369
|
| boolean supports(DOMString property, DOMString value);
|
| boolean supports(DOMString conditionText);
|
| };
|
|
|