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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user