| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 615bae19d1a7703e8b2ad7e394e7cf45e194a047..21bdd6393e388526424897398c5de7e2d3a2def8 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -132,10 +132,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;
|
|
|