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

Unified Diff: modules/webaudio/AudioContext.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/webaudio/AudioBufferSourceNode.idl ('k') | modules/webaudio/OscillatorNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webaudio/AudioContext.idl
diff --git a/modules/webaudio/AudioContext.idl b/modules/webaudio/AudioContext.idl
index c1d63eca49b3ab16c7a1a834c0f672496ab56c7f..d1100f535e6eac4746bfda98dd68350becae3923 100644
--- a/modules/webaudio/AudioContext.idl
+++ b/modules/webaudio/AudioContext.idl
@@ -77,7 +77,7 @@
// Offline rendering
// void prepareOfflineBufferRendering(unsigned long numberOfChannels, unsigned long numberOfFrames, float sampleRate);
- attribute EventListener oncomplete;
+ attribute EventHandler oncomplete;
void startRendering();
[MeasureAs=LegacyWebAudio, ImplementedAs=createGain] GainNode createGainNode();
« no previous file with comments | « modules/webaudio/AudioBufferSourceNode.idl ('k') | modules/webaudio/OscillatorNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698