зеркало из https://github.com/mozilla/gecko-dev.git
r=bryner Fixed forgotten return code check for InitDB, caused crashes if init failed and processing continues.
This commit is contained in:
Родитель
8d512debfb
Коммит
0b2c48bc58
|
@ -253,7 +253,8 @@ nsNavHistory::Init()
|
|||
|
||||
gExpandedItems.Init(128);
|
||||
|
||||
InitDB();
|
||||
rv = InitDB();
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
//ImportFromMork();
|
||||
|
||||
// commonly used prefixes that should be chopped off all history and input
|
||||
|
|
Загрузка…
Ссылка в новой задаче