| Index: Source/core/rendering/InlineTextBox.h
|
| diff --git a/Source/core/rendering/InlineTextBox.h b/Source/core/rendering/InlineTextBox.h
|
| index bad586c47d5b38ae7482510fb8707e2cd5c1955b..3a95e8c1c1a5955a8da8fce3b94cba8e66043969 100644
|
| --- a/Source/core/rendering/InlineTextBox.h
|
| +++ b/Source/core/rendering/InlineTextBox.h
|
| @@ -94,8 +94,8 @@ public:
|
| LayoutUnit logicalRightVisualOverflow() const { return logicalOverflowRect().maxX(); }
|
|
|
| #ifndef NDEBUG
|
| - virtual void showBox(int = 0) const;
|
| - virtual const char* boxName() const;
|
| + virtual void showBox(int = 0) const OVERRIDE;
|
| + virtual const char* boxName() const OVERRIDE;
|
| #endif
|
|
|
| enum RotationDirection { Counterclockwise, Clockwise };
|
|
|