| Index: Source/platform/fonts/FontFallbackList.h
|
| diff --git a/Source/platform/fonts/FontFallbackList.h b/Source/platform/fonts/FontFallbackList.h
|
| index 71fb526cc3e57733de08b174dfd764166710ee2f..6faa1642114f6588af890bea7f73a91383df22b8 100644
|
| --- a/Source/platform/fonts/FontFallbackList.h
|
| +++ b/Source/platform/fonts/FontFallbackList.h
|
| @@ -102,8 +102,6 @@ private:
|
| const FontData* primaryFontData(const FontDescription&) const;
|
| const FontData* fontDataAt(const FontDescription&, unsigned index) const;
|
|
|
| - void setPlatformFont(const FontPlatformData&);
|
| -
|
| void releaseFontData();
|
|
|
| mutable Vector<RefPtr<FontData>, 1> m_fontList;
|
|
|