| Index: Source/platform/fonts/Font.h
|
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
|
| index 579ec76e8c8e9d187af3207ae5cb4a705d212feb..931ca6cef56d8cb9e2f716ca52e43e3b50abed5a 100644
|
| --- a/Source/platform/fonts/Font.h
|
| +++ b/Source/platform/fonts/Font.h
|
| @@ -123,8 +123,6 @@ public:
|
| const FontData* fontDataAt(unsigned) const;
|
|
|
| GlyphData glyphDataForCharacter(UChar32&, bool mirror, bool normalizeSpace = false, FontDataVariant = AutoVariant) const;
|
| - bool primaryFontHasGlyphForCharacter(UChar32) const;
|
| -
|
| CodePath codePath(const TextRunPaintInfo&) const;
|
|
|
| private:
|
|
|