| Index: net/quic/quic_framer.cc
|
| diff --git a/net/quic/quic_framer.cc b/net/quic/quic_framer.cc
|
| index 1370350cf17a2744756c03a591b6c35b5418abab..94f319b7c7d8f12d24e305c69f4521a7d5cfac3d 100644
|
| --- a/net/quic/quic_framer.cc
|
| +++ b/net/quic/quic_framer.cc
|
| @@ -392,7 +392,7 @@ size_t QuicFramer::BuildDataPacket(const QuicPacketHeader& header,
|
| }
|
| break;
|
| case BLOCKED_FRAME:
|
| - if (!AppendBlockedFrame(*frame.blocked_frame, &writer)) {
|
| + if (!AppendBlockedFrame(frame.blocked_frame, &writer)) {
|
| QUIC_BUG << "AppendBlockedFrame failed";
|
| return 0;
|
| }
|
|
|