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; |
}; |