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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl

Issue 2347803002: Drop empty [] for dictionaries and interfaces in IDL files (Closed)
Patch Set: fix p_ExtendedAttributeList Created 4 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
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl b/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
index e7cc0b5c731c3ac79aa964e07b513150eac237b5..e397bd7f64e9920eb18a2ff0ad36bbfeda4effcc 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
@@ -5,8 +5,7 @@
// FIXME: Implement forEach.
// callback ForEachCallback = void(DOMString id, MIDIOutput port);
-[
-] interface MIDIOutputMap {
+interface MIDIOutputMap {
readonly attribute unsigned long size;
readonly maplike<DOMString, MIDIOutput>;
};
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698