diff --git a/mozilla/browser/components/places/src/nsNavHistory.cpp b/mozilla/browser/components/places/src/nsNavHistory.cpp index 10df47d3dd6..eed1ced8d47 100644 --- a/mozilla/browser/components/places/src/nsNavHistory.cpp +++ b/mozilla/browser/components/places/src/nsNavHistory.cpp @@ -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;