From 890ddce4717b57217d75aaf0d31231a68281a602 Mon Sep 17 00:00:00 2001 From: "brettw%gmail.com" Date: Mon, 10 Apr 2006 18:26:25 +0000 Subject: [PATCH] Bug 332941 r=annie.sullivan mAutoCompleteOnlyTyped not initialized. git-svn-id: svn://10.0.0.236/trunk@194016 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/places/src/nsNavHistory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;