Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(741)

Unified Diff: modules/webaudio/AudioBufferCallback.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/webaudio/AudioBufferCallback.idl
diff --git a/modules/webaudio/AudioBufferCallback.idl b/modules/webaudio/AudioBufferCallback.idl
index 3b83c363003ae792cd6727bdd6179cb89d33884b..e91b119aa7bf0e4a5ad331f53e62e02c3dfed247 100644
--- a/modules/webaudio/AudioBufferCallback.idl
+++ b/modules/webaudio/AudioBufferCallback.idl
@@ -23,8 +23,7 @@
*/
[
- Conditional=WEB_AUDIO,
- Callback
-] interface AudioBufferCallback {
+ Conditional=WEB_AUDIO
+] callback interface AudioBufferCallback {
boolean handleEvent(AudioBuffer audioBuffer);
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b