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

Unified Diff: Source/modules/encryptedmedia/MediaKeyStatusMap.idl

Issue 880313003: Add additional layout tests for MediaKeySession.keyStatuses (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more js Created 5 years, 11 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: Source/modules/encryptedmedia/MediaKeyStatusMap.idl
diff --git a/Source/modules/encryptedmedia/MediaKeyStatusMap.idl b/Source/modules/encryptedmedia/MediaKeyStatusMap.idl
index dfd3a664f26e483ecd493edca78b378800c6bff6..27acc0ae89e497fc909b1e71051cd85c6dfcd909 100644
--- a/Source/modules/encryptedmedia/MediaKeyStatusMap.idl
+++ b/Source/modules/encryptedmedia/MediaKeyStatusMap.idl
@@ -22,8 +22,5 @@ typedef (ArrayBuffer or ArrayBufferView) BufferSource;
[TreatReturnedNullStringAs=Undefined] MediaKeyStatus get(BufferSource key);
boolean has(BufferSource key);
- // FIXME: Implement forEach.
- // void forEach (ForEachCallback callback);
-
readonly maplike <BufferSource, MediaKeyStatus>;
};

Powered by Google App Engine
This is Rietveld 408576698