| Index: third_party/libxml/src/xmlschemastypes.c
|
| diff --git a/third_party/libxml/src/xmlschemastypes.c b/third_party/libxml/src/xmlschemastypes.c
|
| index 1ce21e10bf14b4b901664b4bb4ed000a69837ef9..d0ee8a238158e1cb45964d89acb7cc50c0d54959 100644
|
| --- a/third_party/libxml/src/xmlschemastypes.c
|
| +++ b/third_party/libxml/src/xmlschemastypes.c
|
| @@ -5115,9 +5115,9 @@ xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet,
|
| */
|
| static int
|
| xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet,
|
| - xmlSchemaTypeType valType,
|
| + xmlSchemaValType valType,
|
| const xmlChar *value,
|
| - xmlSchemaValPtr val,
|
| + xmlSchemaValPtr val,
|
| unsigned long *length,
|
| xmlSchemaWhitespaceValueType ws)
|
| {
|
|
|