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

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..894d522d7cdba4dc4b71017b4043ec5c753bfef6 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp
+++ b/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp
@@ -70,7 +70,7 @@ MediaDevices* MediaDevices::create(ExecutionContext* context) {
}
MediaDevices::MediaDevices(ExecutionContext* context)
- : ActiveScriptWrappable<MediaDevices>(this),
+ : ActiveScriptWrappable(),
SuspendableObject(context),
m_observing(false),
m_stopped(false),

Powered by Google App Engine
This is Rietveld 408576698