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

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

Issue 14329023: Bindings generator should support Web IDL callback interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 7 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/quota/StorageUsageCallback.idl ('k') | Source/modules/webdatabase/DatabaseCallback.idl » ('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 3b83c363003ae792cd6727bdd6179cb89d33884b..e91b119aa7bf0e4a5ad331f53e62e02c3dfed247 100644
--- a/Source/modules/webaudio/AudioBufferCallback.idl
+++ b/Source/modules/webaudio/AudioBufferCallback.idl
@@ -23,8 +23,7 @@
*/
[
- Conditional=WEB_AUDIO,
- Callback
-] interface AudioBufferCallback {
+ Conditional=WEB_AUDIO
+] callback interface AudioBufferCallback {
boolean handleEvent(AudioBuffer audioBuffer);
};
« no previous file with comments | « Source/modules/quota/StorageUsageCallback.idl ('k') | Source/modules/webdatabase/DatabaseCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698