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

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

Issue 210833005: Oilpan: Prepare to move SQLError 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
Index: Source/modules/webdatabase/AbstractSQLTransactionBackend.h
diff --git a/Source/modules/webdatabase/AbstractSQLTransactionBackend.h b/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
index f281e257fb37bd5f2ad4f7d8acc2cfde0ceb741d..ce096034a24468c9177b162b62df93800f8c027a 100644
--- a/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
+++ b/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
@@ -45,7 +45,7 @@ public:
virtual void requestTransitToState(SQLTransactionState) = 0;
- virtual PassRefPtr<SQLError> transactionError() = 0;
+ virtual SQLErrorData* transactionError() = 0;
virtual AbstractSQLStatement* currentStatement() = 0;
virtual void setShouldRetryCurrentStatement(bool) = 0;

Powered by Google App Engine
This is Rietveld 408576698