| Index: Source/core/rendering/InlineBox.h
|
| diff --git a/Source/core/rendering/InlineBox.h b/Source/core/rendering/InlineBox.h
|
| index 2f236fef603c2274ec342b4e0aeac3f9b1427964..8248f3f6059674137706b55d0c9f33108a496752 100644
|
| --- a/Source/core/rendering/InlineBox.h
|
| +++ b/Source/core/rendering/InlineBox.h
|
| @@ -111,7 +111,7 @@ public:
|
| #ifndef NDEBUG
|
| void showTreeForThis() const;
|
| void showLineTreeForThis() const;
|
| -
|
| +
|
| virtual void showBox(int = 0) const;
|
| virtual void showLineTreeAndMark(const InlineBox* = 0, const char* = 0, const InlineBox* = 0, const char* = 0, const RenderObject* = 0, int = 0) const;
|
| virtual const char* boxName() const;
|
|
|