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