| 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 794aefb9c6e44b7c84da61d707819da1a1027d97..b42766f7fd68e224e98571e4cb454a4ea09e5428 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -602,7 +602,7 @@ public:
|
| // Tracing--rename it to something indicative.
|
| String debugName() const;
|
|
|
| -#ifndef NDEBUG
|
| +//#ifndef NDEBUG
|
| virtual void formatForDebugger(char* buffer, unsigned length) const;
|
|
|
| void showNode(const char* prefix = "") const;
|
| @@ -612,7 +612,7 @@ public:
|
| 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;
|
| -#endif
|
| +//#endif
|
|
|
| NodeListsNodeData* nodeLists();
|
| void clearNodeLists();
|
|
|