| Index: Source/platform/fonts/FontPlatformData.h
|
| diff --git a/Source/platform/fonts/FontPlatformData.h b/Source/platform/fonts/FontPlatformData.h
|
| index a2784c0b25de1840fac4741b42c4496e978ab30d..e2e149cd5d27119163dcfd1dd3541b571dce32fb 100644
|
| --- a/Source/platform/fonts/FontPlatformData.h
|
| +++ b/Source/platform/fonts/FontPlatformData.h
|
| @@ -132,10 +132,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.
|
|
|