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

Unified Diff: webrtc/api/objc/RTCStatsReport.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/RTCStatsReport.h
diff --git a/webrtc/api/objc/RTCStatsReport.h b/webrtc/api/objc/RTCStatsReport.h
index 9a120b90720ae23077d97c7fa2a5a3bf88c1621d..0003d4ab99b3faa61b2f916b55787878f36df25f 100644
--- a/webrtc/api/objc/RTCStatsReport.h
+++ b/webrtc/api/objc/RTCStatsReport.h
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface RTCStatsReport : NSObject
/** Time since 1970-01-01T00:00:00Z in milliseconds. */
-@property(nonatomic, readonly) CFTimeInterval timestamp;
+@property(nonatomic, assign, readonly) CFTimeInterval timestamp;
tkchin_webrtc 2016/02/26 00:45:25 ditto no assign + readonly
/** The type of stats held by this object. */
@property(nonatomic, readonly) NSString *type;

Powered by Google App Engine
This is Rietveld 408576698