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