Fix for bug 184167. Regression caused by checkin on patch on bug 182366. Initialize pref variables to default values. The r/sr on bug 182366 applies to this checkin.

This commit is contained in:
nisheeth%netscape.com 2003-01-14 22:36:51 +00:00
parent 89c3e94d25
commit 5148c126fa

View File

@ -696,6 +696,8 @@ nsGlobalHistory::nsGlobalHistory()
mBatchesInProgress(0),
mNowValid(PR_FALSE),
mDirty(PR_FALSE),
mDataCaptureMode(0),
mLearningMode(0),
mAutoCompleteLearner(nsnull),
mACFeatures(nsnull),
mURLDataFile(nsnull),