| Index: Source/core/editing/EditingTestBase.cpp
|
| diff --git a/Source/core/editing/EditingTestBase.cpp b/Source/core/editing/EditingTestBase.cpp
|
| index d5ee7193ab45b9ee69ce981e8919b7bd54ce7940..8ec09de1c37dcba54ddda85419bcfcd8b8c7df04 100644
|
| --- a/Source/core/editing/EditingTestBase.cpp
|
| +++ b/Source/core/editing/EditingTestBase.cpp
|
| @@ -53,7 +53,7 @@
|
|
|
| void EditingTestBase::updateLayoutAndStyleForPainting()
|
| {
|
| - document().view()->updateAllLifecyclePhases();
|
| + document().view()->updateLayoutAndStyleForPainting();
|
| }
|
|
|
| Position EditingTestBase::positionInDOMTree(Node& anchor, int offset)
|
|
|