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

Unified Diff: Source/modules/webdatabase/SQLTransactionCallback.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
Index: Source/modules/webdatabase/SQLTransactionCallback.h
diff --git a/Source/modules/webdatabase/SQLTransactionCallback.h b/Source/modules/webdatabase/SQLTransactionCallback.h
index b704eb136772f773afdec8527ada73931c3a736a..15bcbc5566e3d6be77e2f9008abca7aae62877c0 100644
--- a/Source/modules/webdatabase/SQLTransactionCallback.h
+++ b/Source/modules/webdatabase/SQLTransactionCallback.h
@@ -35,7 +35,7 @@ namespace blink {
class SQLTransaction;
-class SQLTransactionCallback : public NoBaseWillBeGarbageCollectedFinalized<SQLTransactionCallback> {
+class SQLTransactionCallback : public GarbageCollectedFinalized<SQLTransactionCallback> {
public:
virtual ~SQLTransactionCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/webdatabase/SQLTransaction.cpp ('k') | Source/modules/webdatabase/SQLTransactionErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698