| Index: third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm b/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| index 3f14d83622c1ff9aed0f48859dc44388be748a93..f6768763da548d0dc8aba13bab3844d6b23f10c6 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| +++ b/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| @@ -59,7 +59,7 @@ const char* kColorEmojiFontMac = "Apple Color Emoji";
|
| static void invalidateFontCache()
|
| {
|
| if (!isMainThread()) {
|
| - Platform::current()->mainThread()->getWebTaskRunner()->postTask(BLINK_FROM_HERE, bind(&invalidateFontCache));
|
| + Platform::current()->mainThread()->getWebTaskRunner()->postTask(BLINK_FROM_HERE, WTF::bind(&invalidateFontCache));
|
| return;
|
| }
|
| FontCache::fontCache()->invalidate();
|
|
|