| Index: third_party/libxml/include/libxml/HTMLparser.h
|
| diff --git a/third_party/libxml/include/libxml/HTMLparser.h b/third_party/libxml/include/libxml/HTMLparser.h
|
| index 05905e4b64818f9cd66e4d0ef0a4deaac102ae2e..cde0ac6d763dc747e2e6bd1ef3a1ce28bb581701 100644
|
| --- a/third_party/libxml/include/libxml/HTMLparser.h
|
| +++ b/third_party/libxml/include/libxml/HTMLparser.h
|
| @@ -182,6 +182,7 @@ typedef enum {
|
| HTML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */
|
| HTML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */
|
| HTML_PARSE_NONET = 1<<11,/* Forbid network access */
|
| + HTML_PARSE_NOIMPLIED= 1<<13,/* Do not add implied html/body... elements */
|
| HTML_PARSE_COMPACT = 1<<16 /* compact small text nodes */
|
| } htmlParserOption;
|
|
|
|
|