Chromium Code Reviews| Index: Source/core/css/CSSRule.h |
| diff --git a/Source/core/css/CSSRule.h b/Source/core/css/CSSRule.h |
| index 340cf4cad5854d0c126eeab451329b37396f28e0..e24068df00e7981009d1a123852ef5109aef1ab8 100644 |
| --- a/Source/core/css/CSSRule.h |
| +++ b/Source/core/css/CSSRule.h |
| @@ -54,9 +54,7 @@ public: |
| #if ENABLE(CSS_DEVICE_ADAPTATION) |
| WEBKIT_VIEWPORT_RULE = 15, |
| #endif |
| -#if ENABLE(CSS_REGIONS) |
| WEBKIT_REGION_RULE = 16, |
|
eseidel
2013/04/27 03:40:50
I'm not sure we're guarding rules at runtime. We'
|
| -#endif |
| WEBKIT_FILTER_RULE = 17, |
| HOST_RULE = 1001, |
| }; |