| 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 58313225ae15dc9349dfc8e40e4464b481598a0a..1de40214246bff0f0b317be813826aaa7adacb4d 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
|
| @@ -19,7 +19,7 @@ class CachingWordShaperTest : public ::testing::Test {
|
| void SetUp() override {
|
| font_description.SetComputedSize(12.0);
|
| font_description.SetLocale(LayoutLocale::Get("en"));
|
| - ASSERT_EQ(USCRIPT_LATIN, font_description.Script());
|
| + ASSERT_EQ(USCRIPT_LATIN, font_description.GetScript());
|
| font_description.SetGenericFamily(FontDescription::kStandardFamily);
|
|
|
| font = Font(font_description);
|
|
|