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