| Index: third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| index a930cc7f7eb157ff7ea2aa233d26ef8d333e33cb..b033b0debe03cd408f560afcf1e5c9deb590dde5 100644
|
| --- a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
|
| @@ -132,8 +132,8 @@ static LocaleMap createLocaleFallbackMap() {
|
| {"en-PR", "en-us"}, // English (Puerto Rico)
|
| {"en-UM", "en-us"}, // English (United States Minor Outlying Islands)
|
| {"en-VI", "en-us"}, // English (Virgin Islands)
|
| - // All English locales other than those falling back to en-US are mapped
|
| - // to en-GB.
|
| + // All English locales other than those falling back
|
| + // to en-US are mapped to en-GB.
|
| {"en", "en-gb"},
|
| // For German, we're assuming the 1996 (and later) orthography by default.
|
| {"de", "de-1996"},
|
|
|