| Index: Source/platform/fonts/FontPlatformData.cpp
|
| diff --git a/Source/platform/fonts/FontPlatformData.cpp b/Source/platform/fonts/FontPlatformData.cpp
|
| index a0ed977a8bd3e11937690c902fce6564059576bf..479e5c130427d0c71b35653a09224895e7b27d5c 100644
|
| --- a/Source/platform/fonts/FontPlatformData.cpp
|
| +++ b/Source/platform/fonts/FontPlatformData.cpp
|
| @@ -358,7 +358,6 @@ bool FontPlatformData::fontContainsCharacter(UChar32 character)
|
|
|
| #endif
|
|
|
| -#if ENABLE(OPENTYPE_VERTICAL)
|
| PassRefPtr<OpenTypeVerticalData> FontPlatformData::verticalData() const
|
| {
|
| return FontCache::fontCache()->getVerticalData(typeface()->uniqueID(), *this);
|
| @@ -377,6 +376,5 @@ PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const
|
| }
|
| return buffer.release();
|
| }
|
| -#endif
|
|
|
| } // namespace blink
|
|
|