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

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

Powered by Google App Engine
This is Rietveld 408576698