| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index d8d48f429fa580a62a2c947cf31b25109347b696..ce7d5f0c65cab141bedc18703228ea4c7c465035 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -78,7 +78,7 @@
|
| virtual unsigned version() const OVERRIDE { return m_fontFaceCache.version(); }
|
|
|
| virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) OVERRIDE;
|
| - virtual void willUseFontData(const FontDescription&, const AtomicString& family, UChar32) OVERRIDE;
|
| + virtual void willUseFontData(const FontDescription&, const AtomicString& family) OVERRIDE;
|
|
|
| void clearDocument();
|
|
|
|
|