| Index: Source/platform/fonts/SegmentedFontData.h
|
| diff --git a/Source/platform/fonts/SegmentedFontData.h b/Source/platform/fonts/SegmentedFontData.h
|
| index b57d27530702deaab760f3eae61d38b3353b42a5..31a2166132c723a3d63e5442317607b59f7ee476 100644
|
| --- a/Source/platform/fonts/SegmentedFontData.h
|
| +++ b/Source/platform/fonts/SegmentedFontData.h
|
| @@ -64,7 +64,7 @@ public:
|
| const FontDataRange& rangeAt(unsigned i) const { return m_ranges[i]; }
|
|
|
| #ifndef NDEBUG
|
| - virtual String description() const;
|
| + virtual String description() const OVERRIDE;
|
| #endif
|
|
|
| private:
|
|
|