Index: third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp |
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp b/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp |
index 9114c0f03bf5cb26be57f5fa78317b0b7df2f7e4..75113f20fa6ad4199c4f8b4e5984856e41f18250 100644 |
--- a/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp |
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp |
@@ -70,8 +70,7 @@ MediaDevices* MediaDevices::create(ExecutionContext* context) { |
} |
MediaDevices::MediaDevices(ExecutionContext* context) |
- : ActiveScriptWrappable<MediaDevices>(this), |
- SuspendableObject(context), |
+ : SuspendableObject(context), |
m_observing(false), |
m_stopped(false), |
m_dispatchScheduledEventRunner(AsyncMethodRunner<MediaDevices>::create( |