mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 583214 Duplicate entries for first Root Window with AT-SPI 2 r=surkov a=blocking2.0
This commit is contained in:
parent
3ca43e92c4
commit
8dbcfbaf63
@ -69,6 +69,9 @@ nsAccDocManager::GetDocAccessible(nsIDocument *aDocument)
|
||||
if (!aDocument)
|
||||
return nsnull;
|
||||
|
||||
// Ensure CacheChildren is called before we query cache.
|
||||
nsAccessNode::GetApplicationAccessible()->EnsureChildren();
|
||||
|
||||
nsDocAccessible *docAcc =
|
||||
mDocAccessibleCache.GetWeak(static_cast<void*>(aDocument));
|
||||
if (docAcc)
|
||||
|
Loading…
Reference in New Issue
Block a user