| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index c75001bda99e4a98a20e5191440c6b8ab93101d1..ff842ec23ee2c7490c06e3998c4a9278747820a4 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -40,13 +40,13 @@
|
|
|
| [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, PerWorldBindings, CustomElementCallbacks] attribute DOMString nodeValue;
|
|
|
| - [PerWorldBindings] readonly attribute unsigned short nodeType;
|
| + [PerWorldBindings, DartNoAutoScope] readonly attribute unsigned short nodeType;
|
| [PerWorldBindings] readonly attribute Node parentNode;
|
| - [PerWorldBindings] readonly attribute NodeList childNodes;
|
| - [PerWorldBindings] readonly attribute Node firstChild;
|
| - [PerWorldBindings] readonly attribute Node lastChild;
|
| - [PerWorldBindings] readonly attribute Node previousSibling;
|
| - [PerWorldBindings] readonly attribute Node nextSibling;
|
| + [PerWorldBindings, DartNoAutoScope] readonly attribute NodeList childNodes;
|
| + [PerWorldBindings, DartNoAutoScope] readonly attribute Node firstChild;
|
| + [PerWorldBindings, DartNoAutoScope] readonly attribute Node lastChild;
|
| + [PerWorldBindings, DartNoAutoScope] readonly attribute Node previousSibling;
|
| + [PerWorldBindings, DartNoAutoScope] readonly attribute Node nextSibling;
|
| [PerWorldBindings] readonly attribute Document ownerDocument;
|
|
|
| [Custom, CustomElementCallbacks, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Node insertBefore(Node newChild, Node refChild);
|
|
|