Chromium Code Reviews| 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 35079348684971c397aae9ed546b79990743cb41..b9987e27e267a0db0599c2161b4a92bc4e84dde0 100644 |
| --- a/third_party/WebKit/Source/core/dom/Node.idl |
| +++ b/third_party/WebKit/Source/core/dom/Node.idl |
| @@ -51,6 +51,7 @@ |
| [PerWorldBindings] readonly attribute Node? lastChild; |
| [PerWorldBindings] readonly attribute Node? previousSibling; |
| [PerWorldBindings] readonly attribute Node? nextSibling; |
| + [RuntimeEnabled=ShadowDOMV1] readonly attribute Node treeRoot; |
|
kochi
2016/01/28 06:46:11
Let's add a UseCounter for this.
yuzuchan
2016/02/01 04:59:54
Done.
|
| [CustomElementCallbacks] attribute DOMString? nodeValue; |
| // FIXME: textContent should not have [TreatUndefinedAs=NullString]. |