| Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp b/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp
|
| index 6aaf6de4a33a5eb032d78baf4e311f4f20209246..42bf98c91933f745242656571fa153415585c0b7 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp
|
| @@ -186,7 +186,7 @@ ScriptPromise OfflineAudioContext::suspendContext(ScriptState* scriptState)
|
| {
|
| // This CANNOT be called on OfflineAudioContext; this is only to implement
|
| // the pure virtual interface from AbstractAudioContext.
|
| - RELEASE_ASSERT_NOT_REACHED();
|
| + RELEASE_NOTREACHED();
|
|
|
| return ScriptPromise();
|
| }
|
|
|