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

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

Issue 563703002: Oilpan: Enable oilpan for callback classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/SQLStatement.cpp ('k') | Source/modules/webdatabase/SQLStatementErrorCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/SQLStatementCallback.h
diff --git a/Source/modules/webdatabase/SQLStatementCallback.h b/Source/modules/webdatabase/SQLStatementCallback.h
index c77e0e546edca56f8e54153e5800e30bd07efa3c..0c4382d37989d54b73fbc3f5ff7c915fe9f34151 100644
--- a/Source/modules/webdatabase/SQLStatementCallback.h
+++ b/Source/modules/webdatabase/SQLStatementCallback.h
@@ -35,7 +35,7 @@ namespace blink {
class SQLTransaction;
class SQLResultSet;
-class SQLStatementCallback : public NoBaseWillBeGarbageCollectedFinalized<SQLStatementCallback> {
+class SQLStatementCallback : public GarbageCollectedFinalized<SQLStatementCallback> {
public:
virtual ~SQLStatementCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/webdatabase/SQLStatement.cpp ('k') | Source/modules/webdatabase/SQLStatementErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698