| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 00d9f2cff62e025ed786de5a748989f59f7b04ef..a715874c2da6fde2745a4184633f4e5b3ca46e37 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;
|
|
|