removing redeclaration, r+sr+ui-r+a=sdwilsh
git-svn-id: svn://10.0.0.236/trunk@228743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -469,7 +469,7 @@ nsCookieService::InitDB()
|
||||
// they don't, we're dropping the table anyway).
|
||||
nsCAutoString stmtString(NS_LITERAL_CSTRING("PRAGMA user_version="));
|
||||
stmtString.AppendInt(COOKIES_SCHEMA_VERSION);
|
||||
nsresult rv = mDBConn->ExecuteSimpleSQL(stmtString);
|
||||
rv = mDBConn->ExecuteSimpleSQL(stmtString);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
// set this to a large number, to force the downgrade codepath
|
||||
|
||||
Reference in New Issue
Block a user