| Index: third_party/WebKit/Source/web/WebAXObject.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebAXObject.cpp b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| index cdc846818b49af859eacaafe8b34a1db91983d41..45f7075fbb40301cf02d032036dbd0f65acb8c56 100644
|
| --- a/third_party/WebKit/Source/web/WebAXObject.cpp
|
| +++ b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| @@ -127,7 +127,7 @@ bool WebAXObject::updateLayoutAndCheckValidity()
|
| Document* document = m_private->getDocument();
|
| if (!document || !document->view())
|
| return false;
|
| - document->view()->updateAllLifecyclePhases();
|
| + document->view()->updateLifecycleToCompositingCleanPlusScrolling();
|
| }
|
|
|
| // Doing a layout can cause this object to be invalid, so check again.
|
|
|