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

Unified Diff: third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl

Issue 2415723002: [Blink, RemotePlayback] watchAvailability() implementation. (Closed)
Patch Set: Added layout test for callback gc Created 4 years, 2 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: third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
diff --git a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
index 58a6d0874e6c5773501fa2e4e92f71ba860bad9f..e8e2d9c9fdffdeb0176eb9ce1752cae59d868392 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
+++ b/third_party/WebKit/Source/modules/remoteplayback/HTMLMediaElementRemotePlayback.idl
@@ -5,6 +5,6 @@
// https://w3c.github.io/remote-playback/#extension-to-the-htmlmediaelement
partial interface HTMLMediaElement {
- [RuntimeEnabled=RemotePlayback] readonly attribute RemotePlayback remote;
+ [CallWith=ScriptState, RuntimeEnabled=RemotePlayback] readonly attribute RemotePlayback remote;
[CEReactions, Reflect] attribute boolean disableRemotePlayback;
};

Powered by Google App Engine
This is Rietveld 408576698