Index: Source/platform/fonts/Font.h |
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
index 65e62000bf35ad418299d94af1f0bb87586919c4..f80de989b2b1c0e4d464f03a8e21c07087bf2b79 100644 |
--- a/Source/platform/fonts/Font.h |
+++ b/Source/platform/fonts/Font.h |
@@ -127,9 +127,7 @@ public: |
{ |
return glyphDataAndPageForCharacter(c, mirror, spaceNormalize, variant).first; |
} |
-#if OS(MACOSX) |
- const SimpleFontData* fontDataForCombiningCharacterSequence(const UChar*, size_t length, FontDataVariant) const; |
-#endif |
+ |
std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32&, bool mirror, bool normalizeSpace = false, FontDataVariant = AutoVariant) const; |
bool primaryFontHasGlyphForCharacter(UChar32) const; |