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