| Index: runtime/bin/vmservice_dartium.cc
|
| diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc
|
| index 91a40602f387a84b5df9d8c752807daf440f42bb..aa5a62a654b77a339632eb12fc6e25fc1836780c 100644
|
| --- a/runtime/bin/vmservice_dartium.cc
|
| +++ b/runtime/bin/vmservice_dartium.cc
|
| @@ -106,7 +106,7 @@ void VmServiceServer::DecompressAssets(const uint8_t* input,
|
| *output = NULL;
|
| *output_length = 0;
|
|
|
| - const intptr_t kChunkSize = 256 * 1024;
|
| + const unsigned int kChunkSize = 256 * 1024;
|
| uint8_t chunk_out[kChunkSize];
|
| z_stream strm;
|
| strm.zalloc = Z_NULL;
|
|
|