Index: Source/platform/fonts/mac/FontMac.cpp |
diff --git a/Source/platform/fonts/mac/FontMac.cpp b/Source/platform/fonts/mac/FontMac.cpp |
index d0aa1efd4153f0a0fa284bf9c67ae1a8ec6a8fd8..d0814262bc925b0fd40ebd14c95a17bc5e70e852 100644 |
--- a/Source/platform/fonts/mac/FontMac.cpp |
+++ b/Source/platform/fonts/mac/FontMac.cpp |
@@ -42,7 +42,7 @@ |
#include "third_party/skia/include/core/SkPaint.h" |
#include "third_party/skia/include/core/SkTypeface.h" |
-namespace WebCore { |
+namespace blink { |
bool FontPlatformFeatures::canReturnFallbackFontsForComplexText() |
{ |
@@ -172,4 +172,4 @@ void Font::drawGlyphs(GraphicsContext* gc, const SimpleFontData* font, |
gc->restore(); |
} |
-} // namespace WebCore |
+} // namespace blink |