| Index: webrtc/pc/webrtcsessiondescriptionfactory.cc
|
| diff --git a/webrtc/pc/webrtcsessiondescriptionfactory.cc b/webrtc/pc/webrtcsessiondescriptionfactory.cc
|
| index 168e5a2bc8a3c8e162647728937ed9f9f9bef691..dc460ac14ca0fd76d9f3b45df681ff362cff589a 100644
|
| --- a/webrtc/pc/webrtcsessiondescriptionfactory.cc
|
| +++ b/webrtc/pc/webrtcsessiondescriptionfactory.cc
|
| @@ -378,7 +378,7 @@ void WebRtcSessionDescriptionFactory::InternalCreateOffer(
|
| for (const cricket::ContentInfo& content :
|
| session_->local_description()->description()->contents()) {
|
| // Include all local ICE candidates in the SessionDescription unless
|
| - // the remote peer has requested an ICE restart.
|
| + // an ICE restart was requested.
|
| if (!request.options.transport_options[content.name].ice_restart) {
|
| CopyCandidatesFromSessionDescription(session_->local_description(),
|
| content.name, offer);
|
|
|