Index: Source/platform/text/LocaleToScriptMapping.cpp |
diff --git a/Source/platform/text/LocaleToScriptMapping.cpp b/Source/platform/text/LocaleToScriptMapping.cpp |
index 8bd194f89c98c3c1127a7c4a39220ce97649188c..b2f56081f1b8a229a145db4c4aa5e567c7e0c9c0 100644 |
--- a/Source/platform/text/LocaleToScriptMapping.cpp |
+++ b/Source/platform/text/LocaleToScriptMapping.cpp |
@@ -35,7 +35,7 @@ |
#include "wtf/HashSet.h" |
#include "wtf/text/StringHash.h" |
-namespace WebCore { |
+namespace blink { |
UScriptCode scriptNameToCode(const String& scriptName) |
{ |
@@ -401,4 +401,4 @@ UScriptCode localeToScriptCodeForFontSelection(const String& locale) |
return USCRIPT_COMMON; |
} |
-} // namespace WebCore |
+} // namespace blink |