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

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

Issue 2038573002: [Android, RemotePlayback] Make RemotePlayback classes ActiveScriptWrappable's (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't observe execution context, just return the element's document. Created 4 years, 6 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/RemotePlayback.idl
diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
index 33c4f5f8402b231118dea3677dddc5f2707daf9a..2fa1fddbfa59e0025d30b4c061a090e744c99ca3 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
+++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
@@ -10,6 +10,8 @@ enum RemotePlaybackState {
};
[
+ ActiveScriptWrappable,
+ DependentLifetime,
RuntimeEnabled=RemotePlayback
] interface RemotePlayback : EventTarget {
readonly attribute RemotePlaybackState state;

Powered by Google App Engine
This is Rietveld 408576698