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-26 17:13:54 -07:00
Родитель cf819b776c
Коммит 02e6b422c4
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)