Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Unified Diff: third_party/libxml/include/libxml/xmlstring.h

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libxml/include/libxml/xmlstring.h
diff --git a/third_party/libxml/include/libxml/xmlstring.h b/third_party/libxml/include/libxml/xmlstring.h
index 1dfc5ea0912df3e8470687602eaae45efe0c72e2..0bc6888865641390226474ad27b65fe23a995d68 100644
--- a/third_party/libxml/include/libxml/xmlstring.h
+++ b/third_party/libxml/include/libxml/xmlstring.h
@@ -59,7 +59,7 @@ XMLPUBFUN const xmlChar * XMLCALL
const xmlChar *val);
XMLPUBFUN const xmlChar * XMLCALL
xmlStrcasestr (const xmlChar *str,
- xmlChar *val);
+ const xmlChar *val);
XMLPUBFUN int XMLCALL
xmlStrcmp (const xmlChar *str1,
const xmlChar *str2);

Powered by Google App Engine
This is Rietveld 408576698