| Index: Source/core/dom/ChildNode.idl
|
| diff --git a/Source/core/dom/ChildNode.idl b/Source/core/dom/ChildNode.idl
|
| index b37f05f25346ca67cc103970242ffe50b504d849..c5fdbba4ac192077778157a8d85fc8846603136f 100644
|
| --- a/Source/core/dom/ChildNode.idl
|
| +++ b/Source/core/dom/ChildNode.idl
|
| @@ -24,6 +24,6 @@
|
| interface ChildNode {
|
| [PerWorldBindings] readonly attribute Element previousElementSibling;
|
| [PerWorldBindings] readonly attribute Element nextElementSibling;
|
| - [RaisesException] void remove();
|
| + [RaisesException, DeliverCustomElementCallbacks] void remove();
|
| };
|
|
|
|
|