| Index: Source/core/layout/LayoutThemeTest.cpp
|
| diff --git a/Source/core/layout/LayoutThemeTest.cpp b/Source/core/layout/LayoutThemeTest.cpp
|
| index 52e3de3e354679b3955a366e8fb5db50cb8c3cef..b4521c1f5b062281f5f3da447ee34ebee5b99944 100644
|
| --- a/Source/core/layout/LayoutThemeTest.cpp
|
| +++ b/Source/core/layout/LayoutThemeTest.cpp
|
| @@ -61,7 +61,7 @@ TEST_F(LayoutThemeTest, ChangeFocusRingColor)
|
|
|
| Element* span = document().getElementById(AtomicString("span"));
|
| EXPECT_NE(nullptr, span);
|
| - EXPECT_NE(nullptr, span->renderer());
|
| + EXPECT_NE(nullptr, span->layoutObject());
|
|
|
| Color customColor = makeRGB(123, 145, 167);
|
|
|
|
|