| Index: third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontSelector.h b/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| index 591e1307f172d09265125146533e5ba59dc71cc8..ce8985f56ee22f12fe35591ca3fc76552f6cd283 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontSelector.h
|
| @@ -54,7 +54,7 @@
|
|
|
| PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
|
| void willUseFontData(const FontDescription&, const AtomicString& family, UChar32) override;
|
| - void willUseRange(const FontDescription&, const AtomicString& familyName, const FontDataForRangeSet&) override;
|
| + void willUseRange(const FontDescription&, const AtomicString& familyName, const FontDataRange&) override;
|
| bool isPlatformFontAvailable(const FontDescription&, const AtomicString& family);
|
|
|
| #if !ENABLE(OILPAN)
|
|
|