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

Unified Diff: third_party/WebCore/Modules/webaudio/AudioBuffer.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/WebCore/Modules/webaudio/AudioBuffer.idl
diff --git a/third_party/WebCore/Modules/webaudio/AudioBuffer.idl b/third_party/WebCore/Modules/webaudio/AudioBuffer.idl
index 8a734e28f1a694cd93f6ca04eceb83ecc368e1af..92d838497e338bf51ef923c341e46c6ab667e378 100644
--- a/third_party/WebCore/Modules/webaudio/AudioBuffer.idl
+++ b/third_party/WebCore/Modules/webaudio/AudioBuffer.idl
@@ -38,6 +38,7 @@ module audio {
// Channel access
readonly attribute unsigned long numberOfChannels;
- Float32Array getChannelData(in unsigned long channelIndex);
+ Float32Array getChannelData(in unsigned long channelIndex)
+ raises(DOMException);
};
}
« no previous file with comments | « third_party/WebCore/Modules/vibration/NavigatorVibration.idl ('k') | third_party/WebCore/Modules/websockets/WebSocket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698