| Index: Source/platform/fonts/skia/FontCacheSkia.cpp
|
| diff --git a/Source/platform/fonts/skia/FontCacheSkia.cpp b/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| index 92df3c2f070f1bd268f8f02b748cb5ef8a625831..4fa74dfc0aae7de3a94626c87fbe75e0a369b8df 100644
|
| --- a/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| +++ b/Source/platform/fonts/skia/FontCacheSkia.cpp
|
| @@ -59,7 +59,7 @@ static SkStream* streamForFontconfigInterfaceId(int fontconfigInterfaceId)
|
| }
|
| #endif
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void FontCache::platformInit()
|
| {
|
| @@ -231,4 +231,4 @@ FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontD
|
| }
|
| #endif // !OS(WIN)
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|