Index: Source/platform/fonts/win/FontFallbackWin.cpp |
diff --git a/Source/platform/fonts/win/FontFallbackWin.cpp b/Source/platform/fonts/win/FontFallbackWin.cpp |
index d8afcdc515579f35328bd80558280c7dc28d3ba4..85f293f38701bb30530acff8bad4e3cef8e6f740 100644 |
--- a/Source/platform/fonts/win/FontFallbackWin.cpp |
+++ b/Source/platform/fonts/win/FontFallbackWin.cpp |
@@ -40,7 +40,7 @@ |
#include <unicode/locid.h> |
#include <unicode/uchar.h> |
-namespace WebCore { |
+namespace blink { |
namespace { |
@@ -348,4 +348,4 @@ const UChar* getFallbackFamily(UChar32 character, |
return family; |
} |
-} // namespace WebCore |
+} // namespace blink |