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

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

Issue 1857143002: Oilpan: Remove RefCountedGarbageCollectedEventTargetWithInlineData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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.h
diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
index d31cabd2131526c960d39b7f1eef4e19c25f374b..1574d4e53f79bf575a5ca08b14842b0f9874bb68 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
+++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
@@ -23,7 +23,7 @@ class RemotePlaybackAvailability;
class ScriptPromiseResolver;
class RemotePlayback final
- : public RefCountedGarbageCollectedEventTargetWithInlineData<RemotePlayback>
+ : public EventTargetWithInlineData
, public DOMWindowProperty
, private WebRemotePlaybackClient {
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(RemotePlayback);

Powered by Google App Engine
This is Rietveld 408576698