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

Unified Diff: modules/webmidi/MIDISuccessCallback.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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/webmidi/MIDIOutput.idl ('k') | modules/websockets/CloseEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webmidi/MIDISuccessCallback.idl
diff --git a/modules/webmidi/MIDISuccessCallback.idl b/modules/webmidi/MIDISuccessCallback.idl
index 179724bbbd190fae2f5bdc578313115ae2f1caba..b19f532e8f74dc39ba051b4541c93fc603050441 100644
--- a/modules/webmidi/MIDISuccessCallback.idl
+++ b/modules/webmidi/MIDISuccessCallback.idl
@@ -32,5 +32,5 @@ callback interface MIDISuccessCallback {
// FIXME: The second argument should be Dictionary, but IDL generator
// can not handle Dictionary as a handleEvent argument correctly now.
// http://crbug.com/246161
- boolean handleEvent(MIDIAccess access, boolean sysex);
+ void handleEvent(MIDIAccess access, boolean sysex);
};
« no previous file with comments | « modules/webmidi/MIDIOutput.idl ('k') | modules/websockets/CloseEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698