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

Unified Diff: third_party/WebKit/Source/modules/mediasource/TrackDefault.idl

Issue 2380383003: Use sequence<T> instead of T[] where possible and document exceptions (Closed)
Patch Set: more Created 4 years, 2 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/mediasource/TrackDefault.idl
diff --git a/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl b/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl
index 1e4854df71fa908c1bc5083c1880479ff588e88d..119c15fdeda670995135533fd19683ceddcfb1ed 100644
--- a/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl
+++ b/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl
@@ -16,5 +16,6 @@ enum TrackDefaultType { "audio", "video", "text" };
readonly attribute DOMString byteStreamTrackID;
readonly attribute DOMString language;
readonly attribute DOMString label;
+ // TODO(wolenetz): |kinds| should be FrozenArray<DOMString>.
wolenetz 2016/10/03 20:53:03 LGTM % reference https://crbug.com/619665 here ple
foolip 2016/10/04 10:02:20 Referencing https://crbug.com/619665 and https://g
readonly attribute DOMString[] kinds;
};

Powered by Google App Engine
This is Rietveld 408576698