| Index: Source/core/css/CSSRule.idl
|
| diff --git a/Source/core/css/CSSRule.idl b/Source/core/css/CSSRule.idl
|
| index 885f6a93f7d846475440756b558543a7fc1dc8cf..894ef345ebc478e62379becae08584aa7bab1fc6 100644
|
| --- a/Source/core/css/CSSRule.idl
|
| +++ b/Source/core/css/CSSRule.idl
|
| @@ -24,8 +24,6 @@
|
| DependentLifetime,
|
| WillBeGarbageCollected,
|
| ] interface CSSRule {
|
| - // TODO(philipj): UNKNOWN_RULE has been removed from the spec.
|
| - const unsigned short UNKNOWN_RULE = 0;
|
| const unsigned short STYLE_RULE = 1;
|
| const unsigned short CHARSET_RULE = 2;
|
| const unsigned short IMPORT_RULE = 3;
|
|
|