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:
philringnalda%gmail.com 2007-08-27 00:13:54 +00:00
Родитель 6bbec1cda4
Коммит 20ea19bb26
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -163,8 +163,10 @@ nsDOMStorageManager::Shutdown()
NS_IF_RELEASE(gStorageManager);
gStorageManager = nsnull;
#ifdef MOZ_STORAGE
delete nsDOMStorage::gStorageDB;
nsDOMStorage::gStorageDB = nsnull;
#endif
}
PR_STATIC_CALLBACK(PLDHashOperator)