| 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 de0bfaef52be84cb820edb589438b3526acce912..b893ecdef144bf2364888986c26cb15dfb48b0f7 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Node.idl
|
| @@ -52,7 +52,7 @@
|
| [PerWorldBindings] readonly attribute Node? lastChild;
|
| [PerWorldBindings] readonly attribute Node? previousSibling;
|
| [PerWorldBindings] readonly attribute Node? nextSibling;
|
| - [MeasureAs=NodeRootNode, ImplementedAs=treeRoot] readonly attribute Node rootNode;
|
| + [RuntimeEnabled=ShadowDOMV1, MeasureAs=NodeRootNode, ImplementedAs=treeRoot] readonly attribute Node rootNode;
|
|
|
| [CustomElementCallbacks] attribute DOMString? nodeValue;
|
| // FIXME: textContent should not have [TreatUndefinedAs=NullString].
|
|
|