| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 92a02e3713a285c70f77d778278197ab77d5346a..2b97ccc543fa2ae10396a3d4abdb0186d36cff80 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -608,9 +608,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;
|
|
|