| 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 d3271a4e502c51c6e8afb744d2e6f86769126bf0..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;
|
| - [RuntimeEnabled=ShadowDOMV1, MeasureAs=NodeTreeRoot] readonly attribute Node treeRoot;
|
| + [RuntimeEnabled=ShadowDOMV1, MeasureAs=NodeRootNode, ImplementedAs=treeRoot] readonly attribute Node rootNode;
|
|
|
| [CustomElementCallbacks] attribute DOMString? nodeValue;
|
| // FIXME: textContent should not have [TreatUndefinedAs=NullString].
|
|
|