Index: Source/core/platform/graphics/Font.h |
diff --git a/Source/core/platform/graphics/Font.h b/Source/core/platform/graphics/Font.h |
index 3c57abcd7131704b65b39f2ec60cc5df0c086296..9e83145bbcb46bb627f418448639ff419032d33b 100644 |
--- a/Source/core/platform/graphics/Font.h |
+++ b/Source/core/platform/graphics/Font.h |
@@ -147,7 +147,7 @@ public: |
{ |
return glyphDataAndPageForCharacter(c, mirror, variant).first; |
} |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
const SimpleFontData* fontDataForCombiningCharacterSequence(const UChar*, size_t length, FontDataVariant) const; |
#endif |
std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const; |