| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index db81579024062b9dbbdff5dd68e9e009e993a538..a693fde019bf3845f1fad43f6fc7a1b5d17519e2 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -52,10 +52,10 @@
|
| [PerWorldBindings] readonly attribute Node nextSibling;
|
| [PerWorldBindings] readonly attribute Document ownerDocument;
|
|
|
| - [Custom, PerWorldBindings, RaisesException] Node insertBefore(Node newChild, Node refChild);
|
| - [Custom, RaisesException] Node replaceChild(Node newChild, Node oldChild);
|
| + [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Node insertBefore(Node newChild, Node refChild);
|
| + [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Node replaceChild(Node newChild, Node oldChild);
|
| [Custom, PerWorldBindings, RaisesException] Node removeChild(Node oldChild);
|
| - [Custom, PerWorldBindings, RaisesException] Node appendChild(Node newChild);
|
| + [Custom, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds, RaisesException] Node appendChild(Node newChild);
|
|
|
| boolean hasChildNodes();
|
| [DeliverCustomElementCallbacks, PerWorldBindings]
|
|
|