| Index: net/spdy/spdy_framer.cc
|
| diff --git a/net/spdy/spdy_framer.cc b/net/spdy/spdy_framer.cc
|
| index 990f722d62f33fc24f8b5d7ffd3a17c612c426fc..7a926ce00b5ca47ae40966b3f0018abcd1eec58d 100644
|
| --- a/net/spdy/spdy_framer.cc
|
| +++ b/net/spdy/spdy_framer.cc
|
| @@ -2868,7 +2868,7 @@ SpdyFrame* SpdyFramer::SerializeAltSvc(const SpdyAltSvcIR& altsvc) {
|
| return builder.take();
|
| }
|
|
|
| -SpdyFrame* SpdyFramer::SerializePriority(const SpdyPriorityIR& priority) {
|
| +SpdyFrame* SpdyFramer::SerializePriority(const SpdyPriorityIR& priority) const {
|
| DCHECK_LT(SPDY3, protocol_version());
|
| size_t size = GetPrioritySize();
|
|
|
|
|