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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years 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/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(

Powered by Google App Engine
This is Rietveld 408576698