| Index: Source/core/dom/DocumentTest.cpp
|
| diff --git a/Source/core/dom/DocumentTest.cpp b/Source/core/dom/DocumentTest.cpp
|
| index 23e0d103bb341c2623f17e6aae088cbab4861f8d..d0ccf79d277cbb9de2a1ed1111ad14151fb9c475 100644
|
| --- a/Source/core/dom/DocumentTest.cpp
|
| +++ b/Source/core/dom/DocumentTest.cpp
|
| @@ -72,7 +72,7 @@ void DocumentTest::SetUp()
|
| void DocumentTest::setHtmlInnerHTML(const char* htmlContent)
|
| {
|
| document().documentElement()->setInnerHTML(String::fromUTF8(htmlContent), ASSERT_NO_EXCEPTION);
|
| - document().view()->updateLayoutAndStyleIfNeededRecursive();
|
| + document().view()->updateLayoutAndStyleForPainting();
|
| }
|
|
|
| class MockDocumentVisibilityObserver
|
|
|