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