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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.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
Index: third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl
index b3967d43bc5921428379293e4bfe753d51cfdd67..c080798fdd4f131c13de370b6770cdc934170308 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.idl
@@ -27,4 +27,3 @@
] interface MediaStreamTrackEvent : Event {
readonly attribute MediaStreamTrack track;
};
-

Powered by Google App Engine
This is Rietveld 408576698