Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: Source/platform/text/PlatformLocale.h

Issue 90243005: Have Locale::create() take a String in argument (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/text/LocaleWin.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/platform/text/LocaleWin.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698