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

Unified Diff: Source/modules/webaudio/AudioBufferCallback.idl

Issue 1006963003: AudioContext.decodeAudioData returns a Promise (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update for review Created 5 years, 8 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
« no previous file with comments | « Source/modules/webaudio/AudioBufferCallback.h ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioBufferCallback.idl
diff --git a/Source/modules/webaudio/AudioBufferCallback.idl b/Source/modules/webaudio/AudioBufferCallback.idl
index aa1c383345c645ed2cc5a24ccaa88ba039067c57..684191c5535bff74a5ed76f72486af52bc1f3f16 100644
--- a/Source/modules/webaudio/AudioBufferCallback.idl
+++ b/Source/modules/webaudio/AudioBufferCallback.idl
@@ -26,4 +26,5 @@
Conditional=WEB_AUDIO
] callback interface AudioBufferCallback {
void handleEvent(AudioBuffer audioBuffer);
+ void handleEvent(DOMException exception);
};
« no previous file with comments | « Source/modules/webaudio/AudioBufferCallback.h ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698