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

Unified Diff: third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl

Issue 2627283002: Media Session: add [SameObject] on navigator.mediaSession. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
diff --git a/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
index 1a7806f0f9522994af6aba67d852d1a8bdcc24b9..a3da1e7b9d2c3d5edd299112b22c1b2bb2dd0453 100644
--- a/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
+++ b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
@@ -8,5 +8,5 @@
Exposed=(Window),
RuntimeEnabled=MediaSession
] partial interface Navigator {
- [CallWith=ScriptState] readonly attribute MediaSession mediaSession;
+ [CallWith=ScriptState, SameObject] readonly attribute MediaSession mediaSession;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698