| Index: Source/web/WebAXObject.cpp
|
| diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
|
| index 14fd723e4288136dd19ef85629244027f067136f..6e9a348444b8ffa3f1aeaab5d6c80fbf658a01d8 100644
|
| --- a/Source/web/WebAXObject.cpp
|
| +++ b/Source/web/WebAXObject.cpp
|
| @@ -123,7 +123,7 @@ bool WebAXObject::updateLayoutAndCheckValidity()
|
| Document* document = m_private->document();
|
| if (!document || !document->topDocument().view())
|
| return false;
|
| - document->topDocument().view()->updateLayoutAndStyleIfNeededRecursive();
|
| + document->view()->updateLayoutAndStyleForPainting();
|
| }
|
|
|
| // Doing a layout can cause this object to be invalid, so check again.
|
|
|