| Index: Source/core/layout/LayoutTestHelper.cpp
|
| diff --git a/Source/core/layout/LayoutTestHelper.cpp b/Source/core/layout/LayoutTestHelper.cpp
|
| index d7ded545f3f4214484f7fb8869bbff6e40b4227a..31dd409907c688cd89029e1c876c7b301c2bea19 100644
|
| --- a/Source/core/layout/LayoutTestHelper.cpp
|
| +++ b/Source/core/layout/LayoutTestHelper.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| // This ensures that the minimal DOM tree gets attached
|
| // correctly for tests that don't call setBodyInnerHTML.
|
| - document().view()->updateAllLifecyclePhases();
|
| + document().view()->updateLayoutAndStyleForPainting();
|
| }
|
|
|
|
|
|
|