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

Unified Diff: third_party/WebKit/Source/platform/audio/Distance.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/Distance.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Distance.cpp b/third_party/WebKit/Source/platform/audio/Distance.cpp
index c54c74d05589a9848b393a5177414351f134693c..094cc08f3da5adef80f2fec656118c167cf05f65 100644
--- a/third_party/WebKit/Source/platform/audio/Distance.cpp
+++ b/third_party/WebKit/Source/platform/audio/Distance.cpp
@@ -53,7 +53,7 @@ double DistanceEffect::gain(double distance) {
case ModelExponential:
return exponentialGain(distance);
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return 0.0;
}

Powered by Google App Engine
This is Rietveld 408576698