| Index: Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| ===================================================================
|
| --- Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.h (revision 135210)
|
| +++ Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.h (working copy)
|
| @@ -97,7 +97,7 @@
|
| }
|
|
|
| #if ENABLE(OPENTYPE_VERTICAL)
|
| - const OpenTypeVerticalData* verticalData() const;
|
| + PassRefPtr<OpenTypeVerticalData> verticalData() const;
|
| PassRefPtr<SharedBuffer> openTypeTable(uint32_t table) const;
|
| #endif
|
|
|
|
|