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

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

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. 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/AudioContext.idl
diff --git a/third_party/WebCore/Modules/webaudio/AudioContext.idl b/third_party/WebCore/Modules/webaudio/AudioContext.idl
index 1d0228848bdcb648f03ec213fb86d552706ddb98..204b0c7d54ebab557b852f0011e86f401a46b689 100644
--- a/third_party/WebCore/Modules/webaudio/AudioContext.idl
+++ b/third_party/WebCore/Modules/webaudio/AudioContext.idl
@@ -49,7 +49,7 @@ module webaudio {
AudioBuffer createBuffer(in unsigned long numberOfChannels, in unsigned long numberOfFrames, in float sampleRate)
raises(DOMException);
- AudioBuffer createBuffer(in ArrayBuffer buffer, in boolean mixToMono)
+ AudioBuffer createBuffer(in ArrayBuffer? buffer, in boolean mixToMono)
raises(DOMException);
// Asynchronous audio file data decoding.
« no previous file with comments | « third_party/WebCore/Modules/vibration/NavigatorVibration.idl ('k') | third_party/WebCore/Modules/webaudio/AudioNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698