Index: Source/WebCore/platform/graphics/FontCache.h |
=================================================================== |
--- Source/WebCore/platform/graphics/FontCache.h (revision 136288) |
+++ Source/WebCore/platform/graphics/FontCache.h (working copy) |
@@ -113,7 +113,7 @@ |
#else |
typedef AtomicString FontFileKey; |
#endif |
- OpenTypeVerticalData* getVerticalData(const FontFileKey&, const FontPlatformData&); |
+ PassRefPtr<OpenTypeVerticalData> getVerticalData(const FontFileKey&, const FontPlatformData&); |
#endif |
struct SimpleFontFamily { |