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

Unified Diff: Source/modules/mediasource/SourceBufferList.idl

Issue 761773002: MSE: Remove "item" indexed property getter from SourceBufferList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: Source/modules/mediasource/SourceBufferList.idl
diff --git a/Source/modules/mediasource/SourceBufferList.idl b/Source/modules/mediasource/SourceBufferList.idl
index 638ca9e989cfe3aa26fc0663a66a49633eb8ac4f..eb4db732f872e7b87a50c5858a519f0e497109ec 100644
--- a/Source/modules/mediasource/SourceBufferList.idl
+++ b/Source/modules/mediasource/SourceBufferList.idl
@@ -34,6 +34,6 @@
RuntimeEnabled=MediaSource,
] interface SourceBufferList : EventTarget {
readonly attribute unsigned long length;
- getter SourceBuffer item(unsigned long index);
+ [ImplementedAs=item] getter SourceBuffer (unsigned long index);
philipj_slow 2014/11/26 18:52:35 Ah, I've seen this before but failed to realize it
};

Powered by Google App Engine
This is Rietveld 408576698