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

Unified Diff: modules/encryptedmedia/MediaKeys.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 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
« no previous file with comments | « modules/encryptedmedia/MediaKeySession.idl ('k') | modules/filesystem/DOMFileSystem.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/encryptedmedia/MediaKeys.idl
diff --git a/modules/encryptedmedia/MediaKeys.idl b/modules/encryptedmedia/MediaKeys.idl
index b1f76e6e126108ef3bfdb03cd5ab7059f35c10a6..a17d8d903ca274a8b197fc4664869553d5b0475a 100644
--- a/modules/encryptedmedia/MediaKeys.idl
+++ b/modules/encryptedmedia/MediaKeys.idl
@@ -26,10 +26,14 @@
[
RuntimeEnabled=EncryptedMedia,
Constructor(DOMString keySystem),
+ ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
- WillBeGarbageCollected
+ GarbageCollected,
+ TypeChecking=Interface|Nullable
] interface MediaKeys {
+ readonly attribute DOMString keySystem;
+
[CallWith=ExecutionContext, RaisesException] MediaKeySession createSession(DOMString type, Uint8Array initData);
- readonly attribute DOMString keySystem;
+ static boolean isTypeSupported(DOMString keySystem, optional DOMString contentType = null);
};
« no previous file with comments | « modules/encryptedmedia/MediaKeySession.idl ('k') | modules/filesystem/DOMFileSystem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698