| Index: remoting/base/decompressor_zlib.cc
|
| diff --git a/remoting/base/decompressor_zlib.cc b/remoting/base/decompressor_zlib.cc
|
| index 770abd5a3b1a15b00b93a0e022f94e39ab73172b..150f1a89ef07435f9828be9313519799f54c3e20 100644
|
| --- a/remoting/base/decompressor_zlib.cc
|
| +++ b/remoting/base/decompressor_zlib.cc
|
| @@ -59,7 +59,7 @@ void DecompressorZlib::InitStream() {
|
| stream_->zfree = Z_NULL;
|
| stream_->opaque = Z_NULL;
|
|
|
| - inflateInit(stream_.get());
|
| + DCHECK(inflateInit(stream_.get()) == Z_OK);
|
| }
|
|
|
| } // namespace remoting
|
|
|