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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h

Issue 2862543002: Split iOS sdk in to separate targets (Closed)
Patch Set: fix build for simulator Created 3 years, 7 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/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h
index 65f593184479c7d83aa71d3f588b6071816faef2..faffcfa6c88a06aac7f91668632d697292dde737 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCDataChannelConfiguration.h
@@ -45,7 +45,7 @@ RTC_EXPORT
@property(nonatomic, assign) int channelId;
/** Set by the application and opaque to the WebRTC implementation. */
-@property(nonatomic) NSString *protocol;
+@property(nonatomic, copy) NSString *protocol;
tkchin_webrtc 2017/05/15 22:45:10 why is this changed in this CL?
kthelgason 2017/05/16 07:57:13 I have no idea how this happened, thanks for spott
@end

Powered by Google App Engine
This is Rietveld 408576698