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

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

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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 ff7d7f418937aa794f351c2afa0926c8984df64c..6c328a8540b3513b90d634d64d1a56eeca2f465f 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
+++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl
@@ -14,7 +14,6 @@ callback RemotePlaybackAvailabilityCallback = void(boolean available);
[
ActiveScriptWrappable,
- Custom=VisitDOMWrapper,
DependentLifetime,
RuntimeEnabled=RemotePlayback
] interface RemotePlayback : EventTarget {

Powered by Google App Engine
This is Rietveld 408576698