| Index: third_party/WebKit/Source/core/dom/Node.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.idl b/third_party/WebKit/Source/core/dom/Node.idl
|
| index b16f9d2ca7cf8a842d3e47b8a1b8071154ea84c6..de0bfaef52be84cb820edb589438b3526acce912 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Node.idl
|
| @@ -42,6 +42,7 @@
|
|
|
| readonly attribute DOMString? baseURI;
|
|
|
| + [ImplementedAs=inShadowIncludingDocument] readonly attribute boolean isConnected;
|
| [PerWorldBindings] readonly attribute Document? ownerDocument;
|
| [PerWorldBindings] readonly attribute Node? parentNode;
|
| [PerWorldBindings] readonly attribute Element? parentElement;
|
|
|