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

Unified Diff: Source/modules/mediasession/MediaSession.idl

Issue 1259643002: NOT FOR LANDING Introduce and use WebMediaSession (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hack until something works Created 5 years, 4 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/mediasession/MediaSession.idl
diff --git a/Source/modules/mediasession/MediaSession.idl b/Source/modules/mediasession/MediaSession.idl
index 235604b3f20f4b98c5470611e3d8e68f8152db2e..ce829faf25f0ac20fc2ffd415b16477a7373d980 100644
--- a/Source/modules/mediasession/MediaSession.idl
+++ b/Source/modules/mediasession/MediaSession.idl
@@ -6,6 +6,7 @@
[
Constructor(),
+ ConstructorCallWith=ScriptState,
GarbageCollected,
RuntimeEnabled=MediaSession,
] interface MediaSession {

Powered by Google App Engine
This is Rietveld 408576698