| 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 7009a1f7a12ca226e3019026ab916bfe50e86519..05f2869a05282798a362be85e6881a9c6decde88 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Node.idl
|
| @@ -52,6 +52,7 @@
|
| [PerWorldBindings] readonly attribute Node? lastChild;
|
| [PerWorldBindings] readonly attribute Node? previousSibling;
|
| [PerWorldBindings] readonly attribute Node? nextSibling;
|
| + [MeasureAs=NodeGetRootNode] Node getRootNode(optional GetRootNodeOptions options);
|
|
|
| [CEReactions, CustomElementCallbacks] attribute DOMString? nodeValue;
|
|
|
|
|