Index: Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
diff --git a/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
index 8575d512f157b0d2a0b7149fb48c69a5378b57fc..fc4b4b51b40e4a5f19d6248980c5785383acefda 100644 |
--- a/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
+++ b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
@@ -30,7 +30,7 @@ |
#include <ApplicationServices/ApplicationServices.h> |
-namespace WebCore { |
+namespace blink { |
FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface) |
: m_cgFont(AdoptCF, cgFont) |