| Index: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| index 4475685de603acfeb2b1f6da9cad16351a7d6331..6ec420a2c0610bc52459ea2b3ab8c8cc80304219 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| @@ -20,7 +20,7 @@ protected:
|
| void SetUp() override
|
| {
|
| fontDescription.setComputedSize(12.0);
|
| - fontDescription.setLocale("en");
|
| + fontDescription.setLocale(LayoutLocale::get("en"));
|
| ASSERT_EQ(USCRIPT_LATIN, fontDescription.script());
|
| fontDescription.setGenericFamily(FontDescription::StandardFamily);
|
|
|
|
|