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

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: address feedback 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..07fcf37d7a107e977c2dbb63deb10d1ff86b6510 100644
--- a/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl
+++ b/third_party/WebKit/Source/modules/mediasource/TrackDefault.idl
@@ -16,5 +16,9 @@ enum TrackDefaultType { "audio", "video", "text" };
readonly attribute DOMString byteStreamTrackID;
readonly attribute DOMString language;
readonly attribute DOMString label;
+ // TODO(wolenetz): |kinds| should be [SameObject] FrozenArray<DOMString> or
+ // a getKinds() method returning sequence<DOMString>.
+ // https://github.com/w3c/media-source/issues/91
+ // https://crbug.com/619665
readonly attribute DOMString[] kinds;
};
« no previous file with comments | « third_party/WebKit/Source/modules/gamepad/Gamepad.idl ('k') | third_party/WebKit/Source/modules/quota/StorageQuota.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698