зеркало из https://github.com/mozilla/pjs.git
Bug 393713 ��� Landing bug 393300 broke building without MOZ_STORAGE, patch by romaxa <romaxa@gmail.com>, r+sr+a1.9=jst
This commit is contained in:
Родитель
6bbec1cda4
Коммит
20ea19bb26
|
@ -163,8 +163,10 @@ nsDOMStorageManager::Shutdown()
|
||||||
NS_IF_RELEASE(gStorageManager);
|
NS_IF_RELEASE(gStorageManager);
|
||||||
gStorageManager = nsnull;
|
gStorageManager = nsnull;
|
||||||
|
|
||||||
|
#ifdef MOZ_STORAGE
|
||||||
delete nsDOMStorage::gStorageDB;
|
delete nsDOMStorage::gStorageDB;
|
||||||
nsDOMStorage::gStorageDB = nsnull;
|
nsDOMStorage::gStorageDB = nsnull;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
PR_STATIC_CALLBACK(PLDHashOperator)
|
PR_STATIC_CALLBACK(PLDHashOperator)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче