| Index: Source/core/platform/graphics/FontCache.h
|
| diff --git a/Source/core/platform/graphics/FontCache.h b/Source/core/platform/graphics/FontCache.h
|
| index 1c6975f0eecfa548b01db88adaff40f38f683109..1951019522ed2771dbde4fb9724ab08c8c9630b8 100644
|
| --- a/Source/core/platform/graphics/FontCache.h
|
| +++ b/Source/core/platform/graphics/FontCache.h
|
| @@ -147,7 +147,7 @@ private:
|
| OwnPtr<SkFontMgr> m_fontManager;
|
| #endif
|
|
|
| -#if OS(DARWIN) || OS(ANDROID)
|
| +#if OS(MACOSX) || OS(ANDROID)
|
| friend class ComplexTextController;
|
| #endif
|
| friend class SimpleFontData; // For getFontResourceData(const FontPlatformData*)
|
|
|