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; |