diff --git a/netwerk/cookie/src/nsCookieService.cpp b/netwerk/cookie/src/nsCookieService.cpp index a4f7d932db7..e6236f4a198 100644 --- a/netwerk/cookie/src/nsCookieService.cpp +++ b/netwerk/cookie/src/nsCookieService.cpp @@ -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