| Index: Source/core/css/CSSSegmentedFontFace.h
|
| diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
|
| index 3541a8d3a132a040de9a00c16ff6bba4438b06b5..ff3a3b9dcb9d6deb273e0fe35c8409b61a5e0ce9 100644
|
| --- a/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -66,7 +66,7 @@
|
|
|
| bool checkFont(const String&) const;
|
| void match(const String&, WillBeHeapVector<RefPtrWillBeMember<FontFace> >&) const;
|
| - void willUseFontData(const FontDescription&, UChar32);
|
| + void willUseFontData(const FontDescription&);
|
|
|
| void trace(Visitor*);
|
|
|
|
|