зеркало из https://github.com/mozilla/gecko-dev.git
Bug 322378 r=bryner Fixed crash while pasting bookmarks.
Original committer: brettw%gmail.com Original revision: 1.27 Original date: 2006/01/04 19:12:32
This commit is contained in:
Родитель
332dc12576
Коммит
3ce6a543e2
|
@ -600,7 +600,7 @@ nsNavHistoryQueryNode::CreateNode(nsIURI *aBookmark,
|
|||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
NS_ASSERTION(results, "item must be in history!");
|
||||
|
||||
return history->RowToResult(statement, PR_FALSE, aNode);
|
||||
return history->RowToResult(statement, mOptions, aNode);
|
||||
}
|
||||
|
||||
PRBool
|
||||
|
|
Загрузка…
Ссылка в новой задаче