| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index 3a78085279b65c0b373651501489a0ac9de84b68..3715163dd55839544fffe1a35d631d5e15b2ebee 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -49,7 +49,7 @@
|
| [PerWorldBindings] readonly attribute Node nextSibling;
|
| [PerWorldBindings] readonly attribute Document ownerDocument;
|
|
|
| - [Custom, CustomElementCallbacks, PerWorldBindings, RaisesException] Node insertBefore(Node newChild, Node refChild);
|
| + [CustomElementCallbacks, PerWorldBindings, RaisesException, TypeChecking=Interface] Node insertBefore(Node newChild, Node? refChild);
|
| [Custom, CustomElementCallbacks, PerWorldBindings, RaisesException] Node replaceChild(Node newChild, Node oldChild);
|
| [Custom, CustomElementCallbacks, RaisesException] Node removeChild(Node oldChild);
|
| [Custom, CustomElementCallbacks, PerWorldBindings, RaisesException] Node appendChild(Node newChild);
|
|
|