| Index: third_party/WebKit/Source/platform/fonts/Font.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
|
| index a2135bc1b689f5853d5ebbbcb712d2cd6c1614aa..f0907b3c9d318759c09cbb5f010723ea14aefe6a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.h
|
| @@ -145,7 +145,7 @@ public:
|
| PassRefPtr<FontFallbackIterator> createFontFallbackIterator(
|
| FontFallbackPriority) const;
|
|
|
| - void willUseFontData(UChar32) const;
|
| + void willUseFontData(const String& text) const;
|
|
|
| bool loadingCustomFonts() const;
|
| bool isFallbackValid() const;
|
|
|