Bug 322378 r=bryner Fixed crash while pasting bookmarks.

Original committer: brettw%gmail.com
Original revision: 1.50
Original date: 2006/01/04 19:12:32
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 16:17:26 +00:00
parent 8ec242012e
commit 07a6db473e

View File

@ -2657,6 +2657,7 @@ nsNavHistory::RowToResult(mozIStorageValueArray* aRow,
nsNavHistoryResultNode** aResult)
{
*aResult = nsnull;
NS_ASSERTION(aRow && aOptions && aResult, "Null pointer in RowToResult");
nsCAutoString spec;
nsresult rv = aRow->GetUTF8String(kGetInfoIndex_URL, spec);