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

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

Issue 547383004: WebMIDI: Add MIDIOptions dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 3 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
Index: Source/modules/webmidi/MIDIOptions.idl
diff --git a/Source/core/testing/GarbageCollectedScriptWrappable.idl b/Source/modules/webmidi/MIDIOptions.idl
similarity index 65%
copy from Source/core/testing/GarbageCollectedScriptWrappable.idl
copy to Source/modules/webmidi/MIDIOptions.idl
index 0fd3bde6412d03694bd355dbf23cf278a2162ebe..447e6cd464b5852dad136f1004b53ed490145511 100644
--- a/Source/core/testing/GarbageCollectedScriptWrappable.idl
+++ b/Source/modules/webmidi/MIDIOptions.idl
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// http://www.w3.org/TR/webmidi/#midioptions-dictionary
+
[
GarbageCollected
-] interface GarbageCollectedScriptWrappable {
- [NotEnumerable] DOMString toString();
+] dictionary MIDIOptions {
+ boolean sysex;
};

Powered by Google App Engine
This is Rietveld 408576698