Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 30c51551674b71a699d05a0df867066973dc5392..e7a99dd165c26c927a8a459731c581e12c1278fe 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -131,8 +131,8 @@ |
void webkitRequestPointerLock(); |
// CSS Regions API |
- [Conditional=CSS_REGIONS, EnabledAtRuntime=cssRegions, PerWorldBindings] readonly attribute DOMString webkitRegionOverset; |
- [Conditional=CSS_REGIONS, EnabledAtRuntime=cssRegions] sequence<Range> webkitGetRegionFlowRanges(); |
+ [EnabledAtRuntime=cssRegions, PerWorldBindings] readonly attribute DOMString webkitRegionOverset; |
+ [EnabledAtRuntime=cssRegions] sequence<Range> webkitGetRegionFlowRanges(); |
// Event handler DOM attributes |
[NotEnumerable, PerWorldBindings] attribute EventListener onabort; |