mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Bug 597311 - crash in nsWindow::ProcessMessage(WM_GETOBJECT), r=davidb, sr=roc, a=davidb
This commit is contained in:
parent
16a2846c1a
commit
a0db2c941e
@ -7621,6 +7621,8 @@ nsWindow::GetRootAccessible()
|
||||
NS_LOG_WMGETOBJECT_WND("This Window", mWnd);
|
||||
|
||||
nsAccessible* docAcc = DispatchAccessibleEvent(NS_GETACCESSIBLE);
|
||||
if (!docAcc)
|
||||
return nsnull;
|
||||
|
||||
nsCOMPtr<nsIAccessibleDocument> rootDocAcc;
|
||||
docAcc->GetRootDocument(getter_AddRefs(rootDocAcc));
|
||||
|
Loading…
x
Reference in New Issue
Block a user