Chromium Code Reviews| Index: Source/platform/fonts/SegmentedFontData.cpp |
| diff --git a/Source/platform/fonts/SegmentedFontData.cpp b/Source/platform/fonts/SegmentedFontData.cpp |
| index 93fd038acccd39c085d3d738e28244c1aca65c78..098741afd91a634ead168384c4fabf8848a7959e 100644 |
| --- a/Source/platform/fonts/SegmentedFontData.cpp |
| +++ b/Source/platform/fonts/SegmentedFontData.cpp |
| @@ -99,11 +99,4 @@ bool SegmentedFontData::shouldSkipDrawing() const |
| return false; |
| } |
| -#ifndef NDEBUG |
| -String SegmentedFontData::description() const |
| -{ |
| - return "[segmented font]"; |
| -} |
| -#endif |
| - |
| } // namespace blink |