| Index: Source/core/input/EventHandlerTest.cpp
|
| diff --git a/Source/core/input/EventHandlerTest.cpp b/Source/core/input/EventHandlerTest.cpp
|
| index a3511adc26e30e245d2199a39e6b227ab20a293d..da568b64325a22ed3abd8a14ac72e4f812d7bf3c 100644
|
| --- a/Source/core/input/EventHandlerTest.cpp
|
| +++ b/Source/core/input/EventHandlerTest.cpp
|
| @@ -41,7 +41,7 @@ void EventHandlerTest::SetUp()
|
| void EventHandlerTest::setHtmlInnerHTML(const char* htmlContent)
|
| {
|
| document().documentElement()->setInnerHTML(String::fromUTF8(htmlContent), ASSERT_NO_EXCEPTION);
|
| - document().view()->updateLayoutAndStyleForPainting();
|
| + document().view()->updateAllLifecyclePhases();
|
| }
|
|
|
| TEST_F(EventHandlerTest, dragSelectionAfterScroll)
|
|
|