OS/2 Tinderbox breakage
Use PR_TRUE not true git-svn-id: svn://10.0.0.236/trunk@75140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f375211dd9
commit
691e351a8a
@ -116,7 +116,7 @@ nsUrlbarHistory::ClearHistory()
|
||||
nsCOMPtr<nsISimpleEnumerator> entries;
|
||||
nsresult rv = mDataSource->GetTargets(kNC_URLBARHISTORY,
|
||||
kNC_CHILD,
|
||||
true,
|
||||
PR_TRUE,
|
||||
getter_AddRefs(entries));
|
||||
NS_ENSURE_TRUE(entries, NS_ERROR_FAILURE);
|
||||
|
||||
@ -153,7 +153,7 @@ nsUrlbarHistory::GetCount(PRInt32 * aResult)
|
||||
nsCOMPtr<nsISimpleEnumerator> entries;
|
||||
nsresult rv = mDataSource->GetTargets(kNC_URLBARHISTORY,
|
||||
kNC_CHILD,
|
||||
true,
|
||||
PR_TRUE,
|
||||
getter_AddRefs(entries));
|
||||
NS_ENSURE_TRUE(entries, NS_ERROR_FAILURE);
|
||||
|
||||
@ -353,7 +353,7 @@ nsUrlbarHistory::SearchCache(const PRUnichar* searchStr, nsIAutoCompleteResults*
|
||||
|
||||
rv = mDataSource->GetTargets(kNC_URLBARHISTORY,
|
||||
kNC_CHILD,
|
||||
true,
|
||||
PR_TRUE,
|
||||
getter_AddRefs(entries));
|
||||
NS_ENSURE_TRUE(entries, NS_ERROR_FAILURE);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user