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

Unified Diff: third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp

Issue 2604683002: Remove ASSERT_NOT_REACHED() in audio. (Closed)
Patch Set: fixed. Created 3 years, 11 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: third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
index 8122d88973c0b6f9e50c2b635a4c804deb25db19..f74db65c9b9ff37b41c447e941668b47e0a5325a 100644
--- a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
+++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp
@@ -121,7 +121,7 @@ void DynamicsCompressor::process(const AudioBus* sourceBus,
break;
default:
// FIXME : support other number of channels.
- ASSERT_NOT_REACHED();
+ NOTREACHED();
destinationBus->zero();
return;
}
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Distance.cpp ('k') | third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698