| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html
|
| index 63546b83c0b870ba8486efc7ba148d62a7b79885..407bff8a1b5692733f66a4f052724a71232e40b0 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html
|
| @@ -212,7 +212,6 @@ interface Node : EventTarget {
|
|
|
| readonly attribute boolean isConnected;
|
| readonly attribute Document? ownerDocument;
|
| - readonly attribute Node rootNode;
|
| readonly attribute Node? parentNode;
|
| readonly attribute Element? parentElement;
|
| boolean hasChildNodes();
|
|
|