summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libxml/src/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/src/error.c')
-rw-r--r--chromium/third_party/libxml/src/error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/libxml/src/error.c b/chromium/third_party/libxml/src/error.c
index 49bd84e000f..c96877f4835 100644
--- a/chromium/third_party/libxml/src/error.c
+++ b/chromium/third_party/libxml/src/error.c
@@ -81,6 +81,8 @@ xmlGenericErrorDefaultFunc(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
* initGenericErrorDefaultFunc:
* @handler: the handler
*
+ * DEPRECATED: Use xmlSetGenericErrorFunc.
+ *
* Set or reset (if NULL) the default handler for generic errors
* to the builtin error function.
*/