Chromium Code Reviews| 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..8203642f0a3d3baed30b8592c0f70fece56bd440 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(); |
|
hayato
2016/02/01 05:48:47
This can be:
Node& treeRoot() const;
|
| void remove(ExceptionState& = ASSERT_NO_EXCEPTION); |