Bug 393932 - "Add extra DB schema sanity checking in debug builds" [p=mwu r=sdwilsh a1.9=mconnor]

git-svn-id: svn://10.0.0.236/trunk@236171 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2007-09-17 22:51:33 +00:00
parent b1852d23f4
commit c4764652bf

View File

@@ -356,7 +356,10 @@ nsDownloadManager::InitDB(PRBool *aDoImport)
}
// Fallthrough to the next upgrade
// Extra sanity checking for developers
#ifndef DEBUG
case DM_SCHEMA_VERSION:
#endif
break;
case 0: