Index: net/spdy/spdy_http_stream.cc |
diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc |
index e952f8c901306c9aa1c2982a3c476b112bb2c258..ac30d4160fc2a4cfc24f4119673736347c53d8f6 100644 |
--- a/net/spdy/spdy_http_stream.cc |
+++ b/net/spdy/spdy_http_stream.cc |
@@ -71,8 +71,8 @@ int SpdyHttpStream::InitializeStream(const HttpRequestInfo* request_info, |
request_info_ = request_info; |
if (request_info_->method == "GET") { |
- int error = spdy_session_->GetPushStream(request_info_->url, &stream_, |
- stream_net_log); |
+ int error = spdy_session_->GetPushStream(request_info_->url, priority, |
+ &stream_, stream_net_log); |
if (error != OK) |
return error; |