Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp |
diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp |
index 7e4cc4541ff9783b5c93f0a13f352da78e5ae6fd..972e4dd0905241d32de85194951faa1c07642bbd 100644 |
--- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp |
+++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp |
@@ -46,8 +46,7 @@ RemotePlayback* RemotePlayback::create(HTMLMediaElement& element) { |
} |
RemotePlayback::RemotePlayback(HTMLMediaElement& element) |
- : ActiveScriptWrappable(this), |
- m_state(element.isPlayingRemotely() |
+ : m_state(element.isPlayingRemotely() |
? WebRemotePlaybackState::Connected |
: WebRemotePlaybackState::Disconnected), |
m_availability(WebRemotePlaybackAvailability::Unknown), |