| Index: Source/platform/fonts/FontPlatformData.h
|
| diff --git a/Source/platform/fonts/FontPlatformData.h b/Source/platform/fonts/FontPlatformData.h
|
| index fcfa63c80b9900b624257a62c68edc2a3d447d72..8de604a71681480157fc17b210b9b5b05298b513 100644
|
| --- a/Source/platform/fonts/FontPlatformData.h
|
| +++ b/Source/platform/fonts/FontPlatformData.h
|
| @@ -134,10 +134,8 @@ public:
|
| #endif
|
| bool fontContainsCharacter(UChar32 character);
|
|
|
| -#if ENABLE(OPENTYPE_VERTICAL)
|
| PassRefPtr<OpenTypeVerticalData> verticalData() const;
|
| PassRefPtr<SharedBuffer> openTypeTable(uint32_t table) const;
|
| -#endif
|
|
|
| #if !OS(MACOSX)
|
| // The returned styles are all actual styles without FontRenderStyle::NoPreference.
|
|
|