| Index: Source/platform/fonts/FontPlatformData.h
|
| diff --git a/Source/platform/fonts/FontPlatformData.h b/Source/platform/fonts/FontPlatformData.h
|
| index 07ca2664d0f731f264f1995350ed5608d515e5ac..f20441f07b1d2bc598e1600e5185dc1944b6a6e9 100644
|
| --- a/Source/platform/fonts/FontPlatformData.h
|
| +++ b/Source/platform/fonts/FontPlatformData.h
|
| @@ -139,10 +139,6 @@ public:
|
| PassRefPtr<SharedBuffer> openTypeTable(uint32_t table) const;
|
| #endif
|
|
|
| -#ifndef NDEBUG
|
| - String description() const;
|
| -#endif
|
| -
|
| #if !OS(MACOSX)
|
| // The returned styles are all actual styles without FontRenderStyle::NoPreference.
|
| const FontRenderStyle& fontRenderStyle() const { return m_style; }
|
|
|