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

Unified Diff: Source/modules/webmidi/MIDISuccessCallback.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/webmidi/MIDIErrorCallback.h ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDISuccessCallback.h
diff --git a/Source/modules/webmidi/MIDISuccessCallback.h b/Source/modules/webmidi/MIDISuccessCallback.h
index 18a5fb3b781ac497f49eb1b1671e230d07a840d8..01275f444ee4641e7786b2110c73559e4d57f292 100644
--- a/Source/modules/webmidi/MIDISuccessCallback.h
+++ b/Source/modules/webmidi/MIDISuccessCallback.h
@@ -38,7 +38,7 @@ namespace blink {
class MIDIAccess;
-class MIDISuccessCallback : public NoBaseWillBeGarbageCollectedFinalized<MIDISuccessCallback> {
+class MIDISuccessCallback : public GarbageCollectedFinalized<MIDISuccessCallback> {
public:
virtual ~MIDISuccessCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/webmidi/MIDIErrorCallback.h ('k') | Source/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698