| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index 006b0c8a9709a17119cd430963a7c2dc300d1e84..5464f88e24b6f6b9a42d4da6bea0c9070db56436 100644
|
| --- a/Source/core/page/DOMWindow.idl
|
| +++ b/Source/core/page/DOMWindow.idl
|
| @@ -529,7 +529,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
|
|
|
|
|