зеркало из https://github.com/mozilla/gecko-dev.git
fix for #68031.
select all (in an empty thread pane) crashes. sr=hyatt,brendan a=asa
This commit is contained in:
Родитель
0991df1320
Коммит
1f195e3bf5
|
@ -281,6 +281,9 @@ nsXULTreeFrame::GetRowCount(PRInt32 *aResult)
|
|||
nsXULTreeOuterGroupFrame* XULTreeOuterGroup = nsnull;
|
||||
GetTreeBody(&XULTreeOuterGroup);
|
||||
|
||||
// initialize out param
|
||||
*aResult = 0;
|
||||
|
||||
if (!XULTreeOuterGroup) return NS_OK;
|
||||
|
||||
return XULTreeOuterGroup->GetRowCount(aResult);
|
||||
|
|
Загрузка…
Ссылка в новой задаче