| Index: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| index 66a3f9ff66d19c66d553224b4b0ad2452b04a033..dba289f2bb820376975ce805c44da4981ea44188 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
|
| @@ -69,7 +69,7 @@
|
| bool checkFont(const String&) const;
|
| void match(const String&, WillBeHeapVector<RefPtrWillBeMember<FontFace>>&) const;
|
| void willUseFontData(const FontDescription&, UChar32);
|
| - void willUseRange(const FontDescription&, const blink::FontDataForRangeSet&);
|
| + void willUseRange(const FontDescription&, const FontDataRange&);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|