Index: Source/platform/text/PlatformLocale.h |
diff --git a/Source/platform/text/PlatformLocale.h b/Source/platform/text/PlatformLocale.h |
index 8b508a3c0beb20fc587853acd2bb337805d6fae4..96efeb59e333055dcbc59a4151e4d740d09cb15a 100644 |
--- a/Source/platform/text/PlatformLocale.h |
+++ b/Source/platform/text/PlatformLocale.h |
@@ -37,7 +37,7 @@ namespace WebCore { |
class PLATFORM_EXPORT Locale { |
WTF_MAKE_NONCOPYABLE(Locale); |
public: |
- static PassOwnPtr<Locale> create(const AtomicString& localeIdentifier); |
+ static PassOwnPtr<Locale> create(const String& localeIdentifier); |
static Locale& defaultLocale(); |
String queryString(blink::WebLocalizedString::Name); |