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

Unified Diff: third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp

Issue 1699983002: Editing: Make |EditingState*| arguments of CompositeEditCommand::moveParagraph* mandatory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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();
}

Powered by Google App Engine
This is Rietveld 408576698