| 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;
|
| }
|
|
|