| Index: Source/core/dom/ChildNode.idl
|
| diff --git a/Source/core/dom/ChildNode.idl b/Source/core/dom/ChildNode.idl
|
| index 8a0be4dcd11d7c8ad847b89b93057ee736e3c715..21441f635067c585bfa933fbcdebdc8bc3ab56d9 100644
|
| --- a/Source/core/dom/ChildNode.idl
|
| +++ b/Source/core/dom/ChildNode.idl
|
| @@ -26,6 +26,6 @@
|
| ] interface ChildNode {
|
| [PerWorldBindings] readonly attribute Element previousElementSibling;
|
| [PerWorldBindings] readonly attribute Element nextElementSibling;
|
| - [RaisesException, CustomElementCallbacks=Enable] void remove();
|
| + [RaisesException, CustomElementCallbacks] void remove();
|
| };
|
|
|
|
|