| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| index 954242b21acce9b0af2b7cc153d6e3ce41a24073..3ab55c8c9d2adbc3531cea817eaa13931dbc0d30 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| @@ -230,7 +230,8 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
|
| // Returns true if the state was changed.
|
| bool setIceConnectionState(
|
| WebRTCPeerConnectionHandlerClient::ICEConnectionState);
|
| - // Changes the state asynchronously and fires an event immediately after changing the state.
|
| + // Changes the state asynchronously and fires an event immediately after
|
| + // changing the state.
|
| void changeIceConnectionState(
|
| WebRTCPeerConnectionHandlerClient::ICEConnectionState);
|
|
|
|
|