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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.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/peerconnection/RTCPeerConnection.cpp
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
index b1d41042e14f5e3a690e76337f137428ab7e7c15..b3b26ff1637b658409feb56b54104fa3b2ec2cd4 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
@@ -487,7 +487,7 @@ RTCPeerConnection::RTCPeerConnection(ExecutionContext* context,
const WebRTCConfiguration& configuration,
WebMediaConstraints constraints,
ExceptionState& exceptionState)
- : ActiveScriptWrappable(this),
+ : ActiveScriptWrappable<RTCPeerConnection>(this),
SuspendableObject(context),
m_signalingState(SignalingStateStable),
m_iceGatheringState(ICEGatheringStateNew),

Powered by Google App Engine
This is Rietveld 408576698