| Index: Source/platform/fonts/Font.h
|
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
|
| index 9024c77f94fa427ac5e4282c5c1a44b20e12603e..c58f47c8b249cf633eee9c1fe34b8fb1fdd7f918 100644
|
| --- a/Source/platform/fonts/Font.h
|
| +++ b/Source/platform/fonts/Font.h
|
| @@ -164,7 +164,7 @@
|
|
|
| FontFallbackList* fontList() const { return m_fontFallbackList.get(); }
|
|
|
| - void willUseFontData(UChar32) const;
|
| + void willUseFontData() const;
|
|
|
| static FloatRect pixelSnappedSelectionRect(float fromX, float toX, float y, float height);
|
| private:
|
|
|