| Index: third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/Reverb.cpp b/third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| index 1a2ed972c4ebe544d1079cdc33f1f049c8a3a7a7..552757885b1660c2f6fa564016a21c0787466501 100644
|
| --- a/third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/Reverb.cpp
|
| @@ -158,7 +158,7 @@ void Reverb::process(const AudioBus* sourceBus,
|
| framesToProcess <= sourceBus->length() &&
|
| framesToProcess <= destinationBus->length();
|
|
|
| - ASSERT(isSafeToProcess);
|
| + DCHECK(isSafeToProcess);
|
| if (!isSafeToProcess)
|
| return;
|
|
|
|
|