Bug 332941 r=annie.sullivan mAutoCompleteOnlyTyped not initialized.

git-svn-id: svn://10.0.0.236/trunk@194016 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brettw%gmail.com
2006-04-10 18:26:25 +00:00
parent 065215ab14
commit 890ddce471

View File

@@ -216,7 +216,8 @@ nsNavHistory* nsNavHistory::gHistoryService;
nsNavHistory::nsNavHistory() : mNowValid(PR_FALSE),
mExpireNowTimer(nsnull),
mBatchesInProgress(0)
mBatchesInProgress(0),
mAutoCompleteOnlyTyped(PR_FALSE)
{
#ifdef LAZY_ADD
mLazyTimerSet = PR_TRUE;