| Index: net/quic/quic_http_stream.cc
|
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
|
| index 2f13c6e4ba4395686db828319d5c46394517b432..146e717614176e50fe270f6242748ebc27d9b3ba 100644
|
| --- a/net/quic/quic_http_stream.cc
|
| +++ b/net/quic/quic_http_stream.cc
|
| @@ -62,7 +62,7 @@ int QuicHttpStream::InitializeStream(const HttpRequestInfo* request_info,
|
|
|
| stream_net_log.AddEvent(
|
| NetLog::TYPE_HTTP_STREAM_REQUEST_BOUND_TO_QUIC_SESSION,
|
| - stream_net_log.source().ToEventParametersCallback());
|
| + session_->net_log().source().ToEventParametersCallback());
|
|
|
| if (request_info->url.SchemeIsSecure()) {
|
| SSLInfo ssl_info;
|
|
|