| Index: third_party/WebKit/Source/platform/LayoutLocaleTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/LayoutLocaleTest.cpp b/third_party/WebKit/Source/platform/LayoutLocaleTest.cpp
|
| index 937cc30aefa0fd0511808ec113191b450cd7f803..7c5039344242573ab254d288e1f1c6012712ab32 100644
|
| --- a/third_party/WebKit/Source/platform/LayoutLocaleTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/LayoutLocaleTest.cpp
|
| @@ -94,7 +94,8 @@ TEST(LayoutLocaleTest, ScriptTest) {
|
| {"en-JP", USCRIPT_LATIN, true, USCRIPT_KATAKANA_OR_HIRAGANA},
|
| {"en-KR", USCRIPT_LATIN, true, USCRIPT_HANGUL},
|
|
|
| - // Multiple regions are invalid, but it can still give hints for the font selection.
|
| + // Multiple regions are invalid, but it can still give hints for the font
|
| + // selection.
|
| {"en-US-JP", USCRIPT_LATIN, true, USCRIPT_KATAKANA_OR_HIRAGANA},
|
| };
|
|
|
|
|