| Index: Source/platform/fonts/skia/FontPlatformDataSkia.cpp
|
| diff --git a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
|
| index 8a7b2ecfe3c2258374141db28fa59ad8fe50e2eb..e7d48b2e772caf9ec34b7e27c45a03ea6818a65a 100644
|
| --- a/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
|
| +++ b/Source/platform/fonts/skia/FontPlatformDataSkia.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "SkTypeface.h"
|
| #include "platform/fonts/FontCache.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| #if !OS(MACOSX)
|
| unsigned FontPlatformData::hash() const
|
| @@ -87,4 +87,4 @@ PassRefPtr<SharedBuffer> FontPlatformData::openTypeTable(uint32_t table) const
|
| }
|
| #endif
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|