| 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 a628169cf2cb58173c46f584944a59d52aea84bb..96c682e31579582604f3d569334346b63449b90e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -571,7 +571,6 @@ public:
|
|
|
| #ifndef NDEBUG
|
| String toString() const;
|
| - void showNode(const char* prefix = "") const;
|
| String toTreeStringForThis() const;
|
| String toFlatTreeStringForThis() const;
|
| void printNodePathTo(std::ostream&) const;
|
|
|