| Index: third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h b/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
|
| index 4b8f30ccb7f92630cf40fec895b49eb9d929f326..9a3f0dde923c427d78db03b4b80488eed6e9b515 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
|
| @@ -51,8 +51,7 @@
|
| const Vector<UChar32>& hintList);
|
|
|
| PassRefPtr<SimpleFontData> fallbackPriorityFont(UChar32 hint);
|
| - PassRefPtr<SimpleFontData> uniqueSystemFontForHintList(
|
| - const Vector<UChar32>& hintList);
|
| + PassRefPtr<SimpleFontData> uniqueSystemFontForHint(UChar32 hint);
|
|
|
| const FontDescription& m_fontDescription;
|
| RefPtr<FontFallbackList> m_fontFallbackList;
|
|
|