| Index: Source/web/WebAXObject.cpp
|
| diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
|
| index 9c688dc231636747673179349d74c6ab1878b5c9..6f64230514a3802b5750b0c4f058668ccd552664 100644
|
| --- a/Source/web/WebAXObject.cpp
|
| +++ b/Source/web/WebAXObject.cpp
|
| @@ -124,7 +124,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.
|
|
|