Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1863)

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp

Issue 210853002: Oilpan: Prepare to move DatabaseAuthorizer to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteDatabase.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
index 0c92221d0fbaa7457529319c909fe1de72a916b0..86b64733dfdfa833169e6b6a502919b1cd09b2e5 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp
@@ -363,7 +363,7 @@ int SQLiteDatabase::authorizerFunction(void* userData, int actionCode, const cha
}
}
-void SQLiteDatabase::setAuthorizer(PassRefPtr<DatabaseAuthorizer> auth)
+void SQLiteDatabase::setAuthorizer(DatabaseAuthorizer* auth)
{
if (!m_db) {
WTF_LOG_ERROR("Attempt to set an authorizer on a non-open SQL database");
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteDatabase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698