| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index ccb1dff78748170bc7dbb9c0b77e10be77ab9e37..1ece7cd1e679bbabf36fb6f45d8223582f4c07c3 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] 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, ExposeJSAccessors] readonly attribute unsigned short nodeType;
|
| + [PerWorldBindings, ExposeJSAccessors] readonly attribute Node parentNode;
|
| + [PerWorldBindings, ExposeJSAccessors] readonly attribute NodeList childNodes;
|
| + [PerWorldBindings, ExposeJSAccessors] readonly attribute Node firstChild;
|
| + [PerWorldBindings, ExposeJSAccessors] readonly attribute Node lastChild;
|
| + [PerWorldBindings, ExposeJSAccessors] readonly attribute Node previousSibling;
|
| + [PerWorldBindings, ExposeJSAccessors] readonly attribute Node nextSibling;
|
| [PerWorldBindings] readonly attribute Document ownerDocument;
|
|
|
| [Custom, CustomElementCallbacks, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Node insertBefore(Node newChild, Node refChild);
|
|
|