Index: third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl |
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl b/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl |
index 4be1426d9f529d3e14df27e33f52e9561e85553c..9df8a96a834571ffd58a67aca0f929e986ccd3a9 100644 |
--- a/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl |
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl |
@@ -6,4 +6,5 @@ |
dictionary MIDIOptions { |
boolean sysex; |
+ // TODO(crbug.com/502127): Add bool software to follow the latest spec. |
}; |