Fix bustage on Windows

This commit is contained in:
brettw%gmail.com 2006-03-23 00:43:57 +00:00
parent 22deb9822e
commit b91abc175b

View File

@ -4930,6 +4930,7 @@ NS_IMETHODIMP nsNavHistoryResultTreeViewer::SetTree(nsITreeBoxObject* tree)
// reference cycle between us and the result.
mResult->SetViewer(nsnull);
}
return NS_OK;
}