| Index: Source/modules/mediastream/RTCPeerConnection.cpp
|
| diff --git a/Source/modules/mediastream/RTCPeerConnection.cpp b/Source/modules/mediastream/RTCPeerConnection.cpp
|
| index 6aeba4184d2c64f6c12afdcea69e3e269f43a6a0..e366c92764c9197d189ad2fd4097db25585642ff 100644
|
| --- a/Source/modules/mediastream/RTCPeerConnection.cpp
|
| +++ b/Source/modules/mediastream/RTCPeerConnection.cpp
|
| @@ -154,7 +154,7 @@ RTCPeerConnection::RTCPeerConnection(ExecutionContext* context, PassRefPtr<RTCCo
|
| return;
|
| }
|
|
|
| - document->frame()->loader()->client()->dispatchWillStartUsingPeerConnectionHandler(m_peerHandler.get());
|
| + document->frame()->loader().client()->dispatchWillStartUsingPeerConnectionHandler(m_peerHandler.get());
|
|
|
| if (!m_peerHandler->initialize(configuration, constraints)) {
|
| es.throwUninformativeAndGenericDOMException(NotSupportedError);
|
|
|