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

Unified Diff: modules/encryptedmedia/MediaKeys.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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/MediaKeySystemAccess.idl ('k') | modules/fetch/Body.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 7913a4770a2bfdb4aad51c935a3f8c29f8f4feba..8bf93898b23240525e1c3378eb3bffc69e6c029f 100644
--- a/modules/encryptedmedia/MediaKeys.idl
+++ b/modules/encryptedmedia/MediaKeys.idl
@@ -29,10 +29,9 @@ enum MediaKeySessionType {
};
[
- ActiveDOMObject,
+ DependentLifetime,
RuntimeEnabled=EncryptedMedia,
GarbageCollected,
- TypeChecking=Interface
] interface MediaKeys {
[CallWith=ScriptState, RaisesException] MediaKeySession createSession(optional MediaKeySessionType sessionType = "temporary");
« no previous file with comments | « modules/encryptedmedia/MediaKeySystemAccess.idl ('k') | modules/fetch/Body.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698