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

Unified Diff: modules/webmidi/MIDISuccessCallback.idl

Issue 22498002: Roll IDL to multivm@1329 (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/webmidi/MIDIPort.idl ('k') | modules/websockets/WebSocket.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 d2976e8dcce63d785c539a13253f3a2910a5cb72..179724bbbd190fae2f5bdc578313115ae2f1caba 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 sysexEnabled);
+ boolean handleEvent(MIDIAccess access, boolean sysex);
};
« no previous file with comments | « modules/webmidi/MIDIPort.idl ('k') | modules/websockets/WebSocket.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698