Index: webrtc/api/objc/RTCIceCandidate+Private.h |
diff --git a/webrtc/api/objc/RTCIceCandidate+Private.h b/webrtc/api/objc/RTCIceCandidate+Private.h |
index ca95a43e3a8c67e88f1693dac811c69b36955d3d..83efc1fb05f6a614af9ff7a0a60087c8f340da34 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 |