| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index e1ef187fa2b07a8c4af2992b0635abc1a2c67821..298364d8851fee4710ddcf90bc74670b8654558a 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -84,7 +84,7 @@ public:
|
| 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) OVERRIDE;
|
| + virtual void willUseFontData(const FontDescription&, const AtomicString& family, UChar32) OVERRIDE;
|
|
|
| #if !ENABLE(OILPAN)
|
| void clearDocument();
|
|
|