| 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 e94805fa3ed2ce4b22f3f533bd0a7a7fc7a34e18..666c28e6d1098cc16f720f6c1db75f9cd3e2557c 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| +++ b/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
|
| @@ -57,7 +57,7 @@ namespace blink {
|
| static void invalidateFontCache()
|
| {
|
| if (!isMainThread()) {
|
| - Platform::current()->mainThread()->taskRunner()->postTask(FROM_HERE, bind(&invalidateFontCache));
|
| + Platform::current()->mainThread()->taskRunner()->postTask(BLINK_FROM_HERE, bind(&invalidateFontCache));
|
| return;
|
| }
|
| FontCache::fontCache()->invalidate();
|
|
|