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

Unified Diff: Source/modules/webdatabase/AbstractSQLTransactionBackend.h

Issue 311273005: Oilpan: Prepare to move AbstractSQLStatement, SQLStatement, and SQLCallbackWrapper<T> to Oilpan hea… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/AbstractSQLStatement.h ('k') | Source/modules/webdatabase/SQLCallbackWrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/AbstractSQLTransactionBackend.h
diff --git a/Source/modules/webdatabase/AbstractSQLTransactionBackend.h b/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
index 737c218db7dcf73fb1782ddc11d7a2eaefd859ed..e72ac8ebf761f43e1e92af1478c231ba00747f35 100644
--- a/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
+++ b/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
@@ -49,7 +49,7 @@ public:
virtual AbstractSQLStatement* currentStatement() = 0;
virtual void setShouldRetryCurrentStatement(bool) = 0;
- virtual void executeSQL(PassOwnPtr<AbstractSQLStatement>, const String& statement,
+ virtual void executeSQL(PassOwnPtrWillBeRawPtr<AbstractSQLStatement>, const String& statement,
const Vector<SQLValue>& arguments, int permissions) = 0;
};
« no previous file with comments | « Source/modules/webdatabase/AbstractSQLStatement.h ('k') | Source/modules/webdatabase/SQLCallbackWrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698