Chromium Code Reviews| Index: third_party/libxml/src/include/libxml/parserInternals.h |
| diff --git a/third_party/libxml/src/include/libxml/parserInternals.h b/third_party/libxml/src/include/libxml/parserInternals.h |
| index 6065320eb1387299eeaccfdc22c52c879968c7d2..f30fc6876d664200538d37252a28179bd7bb5992 100644 |
| --- a/third_party/libxml/src/include/libxml/parserInternals.h |
| +++ b/third_party/libxml/src/include/libxml/parserInternals.h |
| @@ -351,7 +351,7 @@ XMLPUBFUN void XMLCALL |
| xmlParserErrors xmlerr, |
| const char *msg, |
| const xmlChar * str1, |
| - const xmlChar * str2); |
| + const xmlChar * str2) LIBXML_ATTR_FORMAT(3,0); |
| #endif |
| /** |