Bug 393713 – Landing bug 393300 broke building without MOZ_STORAGE, patch by romaxa <romaxa@gmail.com>, r+sr+a1.9=jst

git-svn-id: svn://10.0.0.236/trunk@233131 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com
2007-08-27 00:13:54 +00:00
parent dc7ba8870e
commit cc891efac1

View File

@@ -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)