| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index 6df148c33201bf81207124cb01dae7f0ac4a937b..3df622c6a65f3df19209258b24f9a049d57bc149 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -357,7 +357,7 @@
|
| if (!frame()->document() || !frame()->document()->layoutView())
|
| return 0;
|
|
|
| - frame()->view()->updateAllLifecyclePhases();
|
| + frame()->view()->updateLayoutAndStyleForPainting();
|
| if (!frame()->document() || !frame()->document()->layoutView())
|
| return 0;
|
|
|
| @@ -377,7 +377,7 @@
|
| if (!frame()->document() || !frame()->document()->layoutView())
|
| return;
|
|
|
| - frame()->view()->updateAllLifecyclePhases();
|
| + frame()->view()->updateLayoutAndStyleForPainting();
|
| if (!frame()->document() || !frame()->document()->layoutView())
|
| return;
|
|
|
|
|