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

Unified Diff: Source/modules/webmidi/MIDIErrorCallback.idl

Issue 14423002: Web MIDI: implement MIDIErrorCallback (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: #include 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/webmidi/MIDIErrorCallback.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIErrorCallback.idl
diff --git a/Source/modules/quota/StorageErrorCallback.idl b/Source/modules/webmidi/MIDIErrorCallback.idl
similarity index 94%
copy from Source/modules/quota/StorageErrorCallback.idl
copy to Source/modules/webmidi/MIDIErrorCallback.idl
index 972216b6a079b3cbb0ba8f28974765444827eb09..25d6ba1491b01f1c60383b814e1c3c6872777b7e 100644
--- a/Source/modules/quota/StorageErrorCallback.idl
+++ b/Source/modules/webmidi/MIDIErrorCallback.idl
@@ -30,6 +30,6 @@
[
Callback
-] interface StorageErrorCallback {
- boolean handleEvent(DOMCoreException error);
+] interface MIDIErrorCallback {
+ boolean handleEvent(DOMError error);
};
« no previous file with comments | « Source/modules/webmidi/MIDIErrorCallback.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698