| Index: Source/core/dom/Element.idl
|
| diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
|
| index 831e32c59f2eb64a77907833edde0f3c8b973783..bec455c01c1323ddcefe3e675e39d1d0d3bba0ee 100644
|
| --- a/Source/core/dom/Element.idl
|
| +++ b/Source/core/dom/Element.idl
|
| @@ -110,7 +110,6 @@
|
| [Reflect=pseudo, ImplementedAs=pseudo, PerWorldBindings] attribute DOMString webkitPseudo;
|
| [ImplementedAs=createShadowRoot, RaisesException] ShadowRoot webkitCreateShadowRoot();
|
| [ImplementedAs=shadowRoot, PerWorldBindings] readonly attribute ShadowRoot webkitShadowRoot;
|
| - [ImplementedAs=insertionParentForBinding, PerWorldBindings] readonly attribute Node webkitInsertionParent;
|
|
|
| // ChildNode interface API
|
| [PerWorldBindings] readonly attribute Element previousElementSibling;
|
| @@ -206,4 +205,3 @@
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onwebkitfullscreenchange;
|
| [NotEnumerable, PerWorldBindings] attribute EventListener onwebkitfullscreenerror;
|
| };
|
| -
|
|
|