| Index: Source/core/css/CSSSegmentedFontFace.h
|
| diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
|
| index f495c038f13fa1c6d9828654883e2e2ae2c5ac62..d5c1a9eb09ac7d4eb2b4ddc594481ae359f9cc5d 100644
|
| --- a/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -66,7 +66,7 @@ public:
|
|
|
| bool checkFont(const String&) const;
|
| void match(const String&, Vector<RefPtr<FontFace> >&) const;
|
| - void willUseFontData(const FontDescription&);
|
| + void willUseFontData(const FontDescription&, const String& text);
|
|
|
| void trace(Visitor* visitor) { visitor->trace(m_fontSelector); }
|
|
|
|
|