mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
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:
parent
89c3e94d25
commit
5148c126fa
@ -696,6 +696,8 @@ nsGlobalHistory::nsGlobalHistory()
|
||||
mBatchesInProgress(0),
|
||||
mNowValid(PR_FALSE),
|
||||
mDirty(PR_FALSE),
|
||||
mDataCaptureMode(0),
|
||||
mLearningMode(0),
|
||||
mAutoCompleteLearner(nsnull),
|
||||
mACFeatures(nsnull),
|
||||
mURLDataFile(nsnull),
|
||||
|
Loading…
Reference in New Issue
Block a user