| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 7b7650892ccdeac99f54f1d6332088201849e9b8..7d05ca569af0bea69523d76b7d321a056da70f21 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -214,6 +214,7 @@ public:
|
| PassRefPtrWillBeRawPtr<NodeList> childNodes();
|
| Node* firstChild() const;
|
| Node* lastChild() const;
|
| + Node& treeRoot() const;
|
|
|
| void remove(ExceptionState& = ASSERT_NO_EXCEPTION);
|
|
|
|
|