Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: webrtc/api/objc/RTCIceCandidate.h

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Couple more tweaks after updating against master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/objc/RTCIceCandidate.h
diff --git a/webrtc/api/objc/RTCIceCandidate.h b/webrtc/api/objc/RTCIceCandidate.h
index f7e27c21bb3b128e0a32256d01a10d8d90f85cc9..ed1ca58759d914e5bdaf81a13a48f2c4064edcc1 100644
--- a/webrtc/api/objc/RTCIceCandidate.h
+++ b/webrtc/api/objc/RTCIceCandidate.h
@@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
* The index (starting at zero) of the media description this candidate is
* associated with in the SDP.
*/
-@property(nonatomic, readonly) NSInteger sdpMLineIndex;
+@property(nonatomic, assign, readonly) NSInteger sdpMLineIndex;
tkchin_webrtc 2016/02/26 00:45:24 ditto no assign + readonly
/** The SDP string for this candidate. */
@property(nonatomic, readonly, nonnull) NSString *sdp;

Powered by Google App Engine
This is Rietveld 408576698