| 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 12251c5999d425d53e415f200d9e54e4cacd69c5..2be0da19c572a77126abafb0141837967c7381a2 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Node.idl
|
| @@ -51,7 +51,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].
|
|
|