| Index: third_party/brotli/dec/decode.h
|
| diff --git a/third_party/brotli/dec/decode.h b/third_party/brotli/dec/decode.h
|
| index 51a49784c87683c38874befeff7a14bf4a330fa2..829ce6df08a9d58f6fc173085a31ec874303c75c 100644
|
| --- a/third_party/brotli/dec/decode.h
|
| +++ b/third_party/brotli/dec/decode.h
|
| @@ -73,6 +73,8 @@ typedef enum {
|
| BROTLI_ERROR_UNREACHABLE_6 = -36
|
| } BrotliErrorCode;
|
|
|
| +#define BROTLI_LAST_ERROR_CODE BROTLI_ERROR_UNREACHABLE_6
|
| +
|
| /* Creates the instance of BrotliState and initializes it. |alloc_func| and
|
| |free_func| MUST be both zero or both non-zero. In the case they are both
|
| zero, default memory allocators are used. |opaque| is passed to |alloc_func|
|
|
|