зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
e2fba48cdb
Коммит
3be18127fc
|
@ -696,6 +696,8 @@ nsGlobalHistory::nsGlobalHistory()
|
|||
mBatchesInProgress(0),
|
||||
mNowValid(PR_FALSE),
|
||||
mDirty(PR_FALSE),
|
||||
mDataCaptureMode(0),
|
||||
mLearningMode(0),
|
||||
mAutoCompleteLearner(nsnull),
|
||||
mACFeatures(nsnull),
|
||||
mURLDataFile(nsnull),
|
||||
|
|
Загрузка…
Ссылка в новой задаче