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

Unified Diff: Source/modules/webaudio/AudioBufferCallback.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/webaudio/AsyncAudioDecoder.cpp ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioBufferCallback.h
diff --git a/Source/modules/webaudio/AudioBufferCallback.h b/Source/modules/webaudio/AudioBufferCallback.h
index 098a3356a14cc8cc1814738d83c1242ab4e00089..2dc542dcdd4a6538ceab62bd860e934893b91fb1 100644
--- a/Source/modules/webaudio/AudioBufferCallback.h
+++ b/Source/modules/webaudio/AudioBufferCallback.h
@@ -33,7 +33,7 @@ namespace blink {
class AudioBuffer;
-class AudioBufferCallback : public NoBaseWillBeGarbageCollectedFinalized<AudioBufferCallback> {
+class AudioBufferCallback : public GarbageCollectedFinalized<AudioBufferCallback> {
public:
virtual ~AudioBufferCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/webaudio/AsyncAudioDecoder.cpp ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698