| 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 499fd4be3aacbe05be30e0402d0e6289e5f66d83..46c8eeac6626d94378b48a05a9c90a1e3b224a83 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Node.idl
|
| @@ -52,7 +52,6 @@
|
| [PerWorldBindings] readonly attribute Node? lastChild;
|
| [PerWorldBindings] readonly attribute Node? previousSibling;
|
| [PerWorldBindings] readonly attribute Node? nextSibling;
|
| - [RuntimeEnabled=ShadowDOMV1, MeasureAs=NodeRootNode, ImplementedAs=treeRoot] readonly attribute Node rootNode;
|
|
|
| [CEReactions, CustomElementCallbacks] attribute DOMString? nodeValue;
|
|
|
|
|