| Index: Source/core/dom/Node.idl
|
| diff --git a/Source/core/dom/Node.idl b/Source/core/dom/Node.idl
|
| index 9c3e3a5199cb3dc3bea44241bf43b0642fbbc07d..79733baf3d37221efdfdc044ccccbd47fd717cde 100644
|
| --- a/Source/core/dom/Node.idl
|
| +++ b/Source/core/dom/Node.idl
|
| @@ -48,7 +48,7 @@
|
| [PerWorldBindings] readonly attribute Element? parentElement;
|
| [ImplementedAs=hasChildren] boolean hasChildNodes();
|
| [SameObject, PerWorldBindings] readonly attribute NodeList childNodes;
|
| - [PerWorldBindings] readonly attribute Node? firstChild;
|
| + [PerWorldBindings, WebModulesExposed] readonly attribute Node? firstChild;
|
| [PerWorldBindings] readonly attribute Node? lastChild;
|
| [PerWorldBindings] readonly attribute Node? previousSibling;
|
| [PerWorldBindings] readonly attribute Node? nextSibling;
|
|
|