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

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

Issue 207453006: Oilpan: Prepare to move SQLResultSet and SQLResultSetRowList to oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove setValid 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 | « no previous file | Source/modules/webdatabase/SQLResultSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/AbstractSQLStatementBackend.h
diff --git a/Source/modules/webdatabase/AbstractSQLStatementBackend.h b/Source/modules/webdatabase/AbstractSQLStatementBackend.h
index 3df2472e24e91b046c6fd2d494a579ba13a506a0..d0120a88f9af5249a26e30d6ac7140846f01c7d2 100644
--- a/Source/modules/webdatabase/AbstractSQLStatementBackend.h
+++ b/Source/modules/webdatabase/AbstractSQLStatementBackend.h
@@ -39,7 +39,7 @@ public:
virtual void trace(Visitor*) = 0;
virtual PassRefPtr<SQLError> sqlError() const = 0;
- virtual PassRefPtr<SQLResultSet> sqlResultSet() const = 0;
+ virtual SQLResultSet* sqlResultSet() const = 0;
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/modules/webdatabase/SQLResultSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698