| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index cae01afe416ace4c707e7a7b8b6e53f8098d3dad..9e6f08ffab15a762a2e6671568ca34ca65598d31 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -589,9 +589,9 @@ public:
|
| //
|
| virtual void removedFrom(ContainerNode* insertionPoint);
|
|
|
| -#ifndef NDEBUG
|
| String debugName() const;
|
|
|
| +#ifndef NDEBUG
|
| virtual void formatForDebugger(char* buffer, unsigned length) const;
|
|
|
| void showNode(const char* prefix = "") const;
|
|
|