| 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 ae65647dc1fbfb8915b4a39ce4a32be7d5a0281f..3395763bda2109be98343a809c86e5399750c2f4 100644
|
| --- a/third_party/WebKit/Source/web/WebAXObject.cpp
|
| +++ b/third_party/WebKit/Source/web/WebAXObject.cpp
|
| @@ -135,7 +135,7 @@ bool WebAXObject::updateLayoutAndCheckValidity()
|
| Document* document = m_private->getDocument();
|
| if (!document || !document->view())
|
| return false;
|
| - document->view()->updateLifecycleToCompositingCleanPlusScrolling();
|
| + document->view()->updateAllLifecyclePhasesExceptPaint();
|
| }
|
|
|
| // Doing a layout can cause this object to be invalid, so check again.
|
|
|