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

Unified Diff: third_party/WebKit/Source/platform/audio/Panner.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
« no previous file with comments | « third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/audio/Panner.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Panner.cpp b/third_party/WebKit/Source/platform/audio/Panner.cpp
index 42060051475bca09b856c54b5fd831f3e525ff6b..5bb0421f0e1fc5da117cdd9a4d12709cd77c892d 100644
--- a/third_party/WebKit/Source/platform/audio/Panner.cpp
+++ b/third_party/WebKit/Source/platform/audio/Panner.cpp
@@ -45,7 +45,7 @@ std::unique_ptr<Panner> Panner::create(PanningModel model,
return WTF::makeUnique<HRTFPanner>(sampleRate, databaseLoader);
default:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return nullptr;
}
}
« no previous file with comments | « third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698