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

Unified Diff: Source/modules/webmidi/MIDIErrorCallback.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/webmidi/MIDIErrorCallback.h
diff --git a/Source/modules/webmidi/MIDIErrorCallback.h b/Source/modules/webmidi/MIDIErrorCallback.h
index 58de1d920609d0b80500264af4036f747bfd1984..827e7eec4375915dac4a5bdfc8c5816c61998740 100644
--- a/Source/modules/webmidi/MIDIErrorCallback.h
+++ b/Source/modules/webmidi/MIDIErrorCallback.h
@@ -37,7 +37,7 @@ namespace blink {
class DOMError;
-class MIDIErrorCallback : public NoBaseWillBeGarbageCollectedFinalized<MIDIErrorCallback> {
+class MIDIErrorCallback : public GarbageCollectedFinalized<MIDIErrorCallback> {
public:
virtual ~MIDIErrorCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionErrorCallback.h ('k') | Source/modules/webmidi/MIDISuccessCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698