| Index: third_party/libxml/src/include/libxml/tree.h
|
| diff --git a/third_party/libxml/src/include/libxml/tree.h b/third_party/libxml/src/include/libxml/tree.h
|
| index 2f90717c1b43bd6d0e8f1e71e9db2bacd3ccc69e..4a9b3bc6347332687760e322dcc1191e36d5b9a0 100644
|
| --- a/third_party/libxml/src/include/libxml/tree.h
|
| +++ b/third_party/libxml/src/include/libxml/tree.h
|
| @@ -76,7 +76,8 @@ typedef enum {
|
| XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */
|
| XML_BUFFER_ALLOC_IMMUTABLE, /* immutable buffer */
|
| XML_BUFFER_ALLOC_IO, /* special allocation scheme used for I/O */
|
| - XML_BUFFER_ALLOC_HYBRID /* exact up to a threshold, and doubleit thereafter */
|
| + XML_BUFFER_ALLOC_HYBRID, /* exact up to a threshold, and doubleit thereafter */
|
| + XML_BUFFER_ALLOC_BOUNDED /* limit the upper size of the buffer */
|
| } xmlBufferAllocationScheme;
|
|
|
| /**
|
|
|