| 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 7540824b78904dd796bd6cddafe3078829dfc8f6..245d3a40366c7bb130dd27c742b3824210f1121f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -573,7 +573,7 @@ public:
|
| void showNode(const char* prefix = "") const;
|
| void showTreeForThis() const;
|
| void showTreeForThisInFlatTree() const;
|
| - void showNodePathForThis() const;
|
| + void printNodePathTo(std::ostream&) const;
|
| void showTreeAndMark(const Node* markedNode1, const char* markedLabel1, const Node* markedNode2 = nullptr, const char* markedLabel2 = nullptr) const;
|
| void showTreeAndMarkInFlatTree(const Node* markedNode1, const char* markedLabel1, const Node* markedNode2 = nullptr, const char* markedLabel2 = nullptr) const;
|
| void showTreeForThisAcrossFrame() const;
|
|
|