summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_test_util_spdy3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_test_util_spdy3.cc')
-rw-r--r--net/spdy/spdy_test_util_spdy3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_test_util_spdy3.cc b/net/spdy/spdy_test_util_spdy3.cc
index 81d3c3f..798b098 100644
--- a/net/spdy/spdy_test_util_spdy3.cc
+++ b/net/spdy/spdy_test_util_spdy3.cc
@@ -167,7 +167,7 @@ SpdyFrame* ConstructSpdyPacket(const SpdyHeaderInfo& header_info,
switch (header_info.kind) {
case SYN_STREAM:
frame = framer.CreateSynStream(header_info.id, header_info.assoc_id,
- header_info.priority,
+ header_info.priority, 0,
header_info.control_flags,
header_info.compressed, &headers);
break;