| Index: Source/modules/mediastream/RTCPeerConnection.h
|
| diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
|
| index bf040004b0b42800cbc8daa0bbb574c116439bfa..bd14e57038a4d0df54366bc458619cc1d3ddc5e6 100644
|
| --- a/Source/modules/mediastream/RTCPeerConnection.h
|
| +++ b/Source/modules/mediastream/RTCPeerConnection.h
|
| @@ -164,6 +164,8 @@ private:
|
|
|
| void closeInternal();
|
|
|
| + Member<RTCSessionDescription> m_localDescription;
|
| + Member<RTCSessionDescription> m_remoteDescription;
|
| SignalingState m_signalingState;
|
| ICEGatheringState m_iceGatheringState;
|
| ICEConnectionState m_iceConnectionState;
|
|
|