Index: Source/core/css/CSSRule.idl |
diff --git a/Source/core/css/CSSRule.idl b/Source/core/css/CSSRule.idl |
index 8a5d6151068b894154fbdc2709b76712522bd60e..b9432a5b73c7ff17b8cec7744e7cdde370bbbedd 100644 |
--- a/Source/core/css/CSSRule.idl |
+++ b/Source/core/css/CSSRule.idl |
@@ -40,9 +40,7 @@ |
#if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION |
const unsigned short WEBKIT_VIEWPORT_RULE = 15; |
#endif |
-#if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS |
- const unsigned short WEBKIT_REGION_RULE = 16; |
-#endif |
+ [EnabledAtRuntime=cssRegions] const unsigned short WEBKIT_REGION_RULE = 16; |
const unsigned short WEBKIT_FILTER_RULE = 17; |
const unsigned short HOST_RULE = 1001; |