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

Unified Diff: Source/modules/webaudio/RealtimeAnalyser.cpp

Issue 43563005: Remove RealtimeAnalyser's virtual destructor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark classes as FINAL Created 7 years, 2 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/RealtimeAnalyser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/RealtimeAnalyser.cpp
diff --git a/Source/modules/webaudio/RealtimeAnalyser.cpp b/Source/modules/webaudio/RealtimeAnalyser.cpp
index 7ed0fc021c80092f2ec83acaf1192db59d68b060..d470a26707992f2e1c3f3befc28e4b06f14a6a06 100644
--- a/Source/modules/webaudio/RealtimeAnalyser.cpp
+++ b/Source/modules/webaudio/RealtimeAnalyser.cpp
@@ -67,10 +67,6 @@ RealtimeAnalyser::RealtimeAnalyser()
m_analysisFrame = adoptPtr(new FFTFrame(DefaultFFTSize));
}
-RealtimeAnalyser::~RealtimeAnalyser()
-{
-}
-
void RealtimeAnalyser::reset()
{
m_writeIndex = 0;
« no previous file with comments | « Source/modules/webaudio/RealtimeAnalyser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698