Index: third_party/WebKit/Source/platform/text/LocaleWin.cpp |
diff --git a/third_party/WebKit/Source/platform/text/LocaleWin.cpp b/third_party/WebKit/Source/platform/text/LocaleWin.cpp |
index f3523b87cac1f029c8e36a1312cf82aaa1122d95..56be196167f599f20274d784ef5ad4560a413fff 100644 |
--- a/third_party/WebKit/Source/platform/text/LocaleWin.cpp |
+++ b/third_party/WebKit/Source/platform/text/LocaleWin.cpp |
@@ -89,7 +89,8 @@ static LCID LCIDFromLocale(const String& locale, bool defaultsForLocale) { |
} |
std::unique_ptr<Locale> Locale::create(const String& locale) { |
- // Whether the default settings for the locale should be used, ignoring user overrides. |
+ // Whether the default settings for the locale should be used, ignoring user |
+ // overrides. |
bool defaultsForLocale = LayoutTestSupport::isRunningLayoutTest(); |
return LocaleWin::create(LCIDFromLocale(locale, defaultsForLocale), |
defaultsForLocale); |