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

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

Issue 390003006: Merge 177250 "Initialize value since calculateFinalValues may fa..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2062/
Patch Set: Created 6 years, 5 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 | « no previous file | Source/modules/webaudio/BiquadDSPKernel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioParam.cpp
===================================================================
--- Source/modules/webaudio/AudioParam.cpp (revision 178108)
+++ Source/modules/webaudio/AudioParam.cpp (working copy)
@@ -96,7 +96,7 @@
float AudioParam::finalValue()
{
- float value;
+ float value = m_value;
calculateFinalValues(&value, 1, false);
return value;
}
« no previous file with comments | « no previous file | Source/modules/webaudio/BiquadDSPKernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698