Index: Source/platform/fonts/Font.h |
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
index c719e1959b93cd55c1dd03e5d05954b7a52bed68..1231a3f5bc94fa3021cd263dee20f98fcfe67306 100644 |
--- a/Source/platform/fonts/Font.h |
+++ b/Source/platform/fonts/Font.h |
@@ -122,9 +122,6 @@ public: |
{ |
return glyphDataAndPageForCharacter(c, mirror, variant).first; |
} |
-#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; |
bool primaryFontHasGlyphForCharacter(UChar32) const; |