| Index: webrtc/api/objc/RTCIceCandidate+Private.h
|
| diff --git a/webrtc/api/objc/RTCIceCandidate+Private.h b/webrtc/api/objc/RTCIceCandidate+Private.h
|
| index b65f113f36e8a484c9284e3011978f7c7a88dfbd..f98e04ba1c230bf401f1fd2e3a63ecaaf9ecb99b 100644
|
| --- a/webrtc/api/objc/RTCIceCandidate+Private.h
|
| +++ b/webrtc/api/objc/RTCIceCandidate+Private.h
|
| @@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
|
| * ownership is taken of the native candidate.
|
| */
|
| - (instancetype)initWithNativeCandidate:
|
| - (webrtc::IceCandidateInterface *)candidate;
|
| + (const webrtc::IceCandidateInterface *)candidate;
|
|
|
| @end
|
|
|
|
|