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

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

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) 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/MediaStreamTrack.cpp
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp
index 5fbc2949aa3254756aeab5266b99cb8f45c68bbd..69c526e83d17102423ff1a676bf12f9625e790b5 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp
@@ -60,7 +60,7 @@ MediaStreamTrack* MediaStreamTrack::create(ExecutionContext* context,
MediaStreamTrack::MediaStreamTrack(ExecutionContext* context,
MediaStreamComponent* component)
- : ActiveScriptWrappable(this),
+ : ActiveScriptWrappable<MediaStreamTrack>(this),
SuspendableObject(context),
m_readyState(MediaStreamSource::ReadyStateLive),
m_isIteratingRegisteredMediaStreams(false),

Powered by Google App Engine
This is Rietveld 408576698