Index: Source/modules/encoding/TextDecoderOptions.idl |
diff --git a/Source/modules/webmidi/MIDIOptions.idl b/Source/modules/encoding/TextDecoderOptions.idl |
similarity index 57% |
copy from Source/modules/webmidi/MIDIOptions.idl |
copy to Source/modules/encoding/TextDecoderOptions.idl |
index 447e6cd464b5852dad136f1004b53ed490145511..c2225155ee175eb72bf878e08864b2079a83be81 100644 |
--- a/Source/modules/webmidi/MIDIOptions.idl |
+++ b/Source/modules/encoding/TextDecoderOptions.idl |
@@ -2,10 +2,11 @@ |
// 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 |
+// http://encoding.spec.whatwg.org/#textdecoder |
[ |
GarbageCollected |
-] dictionary MIDIOptions { |
- boolean sysex; |
+] dictionary TextDecoderOptions { |
+ boolean fatal = false; |
+ boolean ignoreBOM = false; |
}; |