Index: Source/core/page/DOMWindow.idl |
diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl |
index d92d51d1d99a58dc15e1ea58d905ef521ab12454..a3d77b76866dc5e0077e4a3bee0fb1bf1663e679 100644 |
--- a/Source/core/page/DOMWindow.idl |
+++ b/Source/core/page/DOMWindow.idl |
@@ -527,7 +527,7 @@ |
attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule; |
attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule; |
- [Conditional=CSS_REGIONS, EnabledAtRuntime=cssRegions] attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule; |
+ [EnabledAtRuntime=cssRegions] attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule; |
attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the new operator |