Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 77976f268b445cb82ba36263f08c5ad377a114db..36fcd023549811aa18a455af9e32f05eece9d4b9 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -134,10 +134,6 @@ |
void webkitRequestPointerLock(); |
- // CSS Regions API |
- [RuntimeEnabled=CSSRegions, PerWorldBindings] readonly attribute DOMString webkitRegionOverset; |
- [RuntimeEnabled=CSSRegions] sequence<Range> webkitGetRegionFlowRanges(); |
- |
// Event handler attributes |
attribute EventHandler onbeforecopy; |
attribute EventHandler onbeforecut; |