| Index: Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| diff --git a/Source/platform/fonts/mac/MemoryActivatedFont.mm b/Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| index c96fe1e1e58563d6c803341c23d90b1af7ec3c9d..caaf16d57028fc0fc193adc7c6e8111ce4694176 100644
|
| --- a/Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| +++ b/Source/platform/fonts/mac/MemoryActivatedFont.mm
|
| @@ -36,7 +36,7 @@
|
| #import "public/platform/Platform.h"
|
| #import "wtf/HashMap.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -204,4 +204,4 @@ void FontPlatformData::loadFont(NSFont* nsFont, float fontSize, NSFont*& outNSFo
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|