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

Unified Diff: Source/modules/webdatabase/SQLTransactionErrorCallback.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/SQLTransactionCallback.h ('k') | Source/modules/webmidi/MIDIErrorCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/SQLTransactionErrorCallback.h
diff --git a/Source/modules/webdatabase/SQLTransactionErrorCallback.h b/Source/modules/webdatabase/SQLTransactionErrorCallback.h
index aa151c931e351cc90b69803fd48aac18c4b1ef3d..36c7d4c29afde22c70cec61292e6451e4d0f7297 100644
--- a/Source/modules/webdatabase/SQLTransactionErrorCallback.h
+++ b/Source/modules/webdatabase/SQLTransactionErrorCallback.h
@@ -35,7 +35,7 @@ namespace blink {
class SQLError;
-class SQLTransactionErrorCallback : public NoBaseWillBeGarbageCollectedFinalized<SQLTransactionErrorCallback> {
+class SQLTransactionErrorCallback : public GarbageCollectedFinalized<SQLTransactionErrorCallback> {
public:
virtual ~SQLTransactionErrorCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionCallback.h ('k') | Source/modules/webmidi/MIDIErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698