| Index: ios/net/crn_http_protocol_handler.mm
|
| diff --git a/ios/net/crn_http_protocol_handler.mm b/ios/net/crn_http_protocol_handler.mm
|
| index e5479ceff2fb122bcbac0473c046f07620d7fb9c..ba7ca57d87cfbeb476021f16356e73516eec6450 100644
|
| --- a/ios/net/crn_http_protocol_handler.mm
|
| +++ b/ios/net/crn_http_protocol_handler.mm
|
| @@ -55,7 +55,7 @@ void DoNothing(bool flag) {}
|
| @interface CRWHTTPStreamDelegate : NSObject<NSStreamDelegate> {
|
| @private
|
| // The object is owned by |_core| and has a weak reference to it.
|
| - __weak net::HttpProtocolHandlerCore* _core;
|
| + net::HttpProtocolHandlerCore* _core; // weak
|
| }
|
| - (instancetype)initWithHttpProtocolHandlerCore:
|
| (net::HttpProtocolHandlerCore*)core;
|
|
|