| Index: Source/core/dom/Element.idl
 | 
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
 | 
| index 5ce30ecc1616405165346b8a6a125b30ac71fdc9..18c4d735ffe7f795462305abe3e07fd427549952 100644
 | 
| --- a/Source/core/dom/Element.idl
 | 
| +++ b/Source/core/dom/Element.idl
 | 
| @@ -125,10 +125,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;
 | 
| 
 |