| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index 690190de1ac8829964d04c8bff0cddede4a5c15e..54794e65edb8a58d4261b31b73e8da4e0d84d10d 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -54,7 +54,7 @@
|
| [Custom, CustomElementCallbacks, PerWorldBindings, RaisesException] Node removeChild(Node oldChild);
|
| [Custom, CustomElementCallbacks, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Node appendChild(Node newChild);
|
|
|
| - boolean hasChildNodes();
|
| + [ImplementedAs=hasChildren] boolean hasChildNodes();
|
| [CustomElementCallbacks, PerWorldBindings]
|
| Node cloneNode(optional boolean deep);
|
| [CustomElementCallbacks] void normalize();
|
|
|