| Index: Source/WebCore/platform/graphics/Font.h
|
| diff --git a/Source/WebCore/platform/graphics/Font.h b/Source/WebCore/platform/graphics/Font.h
|
| index d8b2a2e889466a58ac8725f5fee8133961212737..f41d0a5edd260f4cb22190ce69e36ca48aaa675a 100644
|
| --- a/Source/WebCore/platform/graphics/Font.h
|
| +++ b/Source/WebCore/platform/graphics/Font.h
|
| @@ -148,7 +148,7 @@ public:
|
| {
|
| return glyphDataAndPageForCharacter(c, mirror, variant).first;
|
| }
|
| -#if PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(DARWIN))
|
| +#if OS(DARWIN)
|
| const SimpleFontData* fontDataForCombiningCharacterSequence(const UChar*, size_t length, FontDataVariant) const;
|
| #endif
|
| std::pair<GlyphData, GlyphPage*> glyphDataAndPageForCharacter(UChar32, bool mirror, FontDataVariant = AutoVariant) const;
|
|
|