Chromium Code Reviews| Index: Source/core/css/CSSRule.h |
| diff --git a/Source/core/css/CSSRule.h b/Source/core/css/CSSRule.h |
| index 2007261867d27966afc063add6217d068fd3756b..363b8fcad7a085f7447e3c210e39f65c22770ffd 100644 |
| --- a/Source/core/css/CSSRule.h |
| +++ b/Source/core/css/CSSRule.h |
| @@ -41,8 +41,7 @@ public: |
| virtual ~CSSRule() { } |
| enum Type { |
| - UNKNOWN_RULE, |
| - STYLE_RULE, |
| + STYLE_RULE = 1, |
|
philipj_slow
2015/06/10 13:34:21
Can you spell out the constant for every case to m
Sunil Ratnu
2015/06/10 13:54:40
Done.
|
| CHARSET_RULE, |
| IMPORT_RULE, |
| MEDIA_RULE, |