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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user