| Index: net/spdy/spdy_write_queue.cc
|
| diff --git a/net/spdy/spdy_write_queue.cc b/net/spdy/spdy_write_queue.cc
|
| index 05b965d957de13d0c3164c9177e320df6a9416ac..a908250ab4a485fdd5e1c0c3a87d9516599dbf69 100644
|
| --- a/net/spdy/spdy_write_queue.cc
|
| +++ b/net/spdy/spdy_write_queue.cc
|
| @@ -83,7 +83,7 @@ void SpdyWriteQueue::RemovePendingWritesForStream(
|
| CHECK_LE(priority, MAXIMUM_PRIORITY);
|
|
|
| DCHECK(stream.get());
|
| -#if DCHECK_IS_ON
|
| +#if !DCHECK_IS_OFF
|
| // |stream| should not have pending writes in a queue not matching
|
| // its priority.
|
| for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
|
|
|