| Index: Source/platform/fonts/mac/FontCacheMac.mm
|
| diff --git a/Source/platform/fonts/mac/FontCacheMac.mm b/Source/platform/fonts/mac/FontCacheMac.mm
|
| index 490c5432c42f926b776a90c0de4effda2bfa7e90..2abefa36defe5129ec5d82a7875d59a9e77c8fa0 100644
|
| --- a/Source/platform/fonts/mac/FontCacheMac.mm
|
| +++ b/Source/platform/fonts/mac/FontCacheMac.mm
|
| @@ -48,7 +48,7 @@
|
| + (NSFont*)findFontLike:(NSFont*)font forCharacter:(UniChar)uc inLanguage:(id)useNil;
|
| @end
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // The "void*" parameter makes the function match the prototype for callbacks from callOnMainThread.
|
| static void invalidateFontCache(void*)
|
| @@ -230,4 +230,4 @@ FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontD
|
| return platformData.leakPtr();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|