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

Unified Diff: third_party/libxml/xmlstring.c

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/xmlstring.c
diff --git a/third_party/libxml/xmlstring.c b/third_party/libxml/xmlstring.c
index 4f3b373918f4327aa992cd9df8a5e8a1e1199f28..910f244485d1303461681103cd1457d989a5e521 100644
--- a/third_party/libxml/xmlstring.c
+++ b/third_party/libxml/xmlstring.c
@@ -366,7 +366,7 @@ xmlStrstr(const xmlChar *str, const xmlChar *val) {
*/
const xmlChar *
-xmlStrcasestr(const xmlChar *str, xmlChar *val) {
+xmlStrcasestr(const xmlChar *str, const xmlChar *val) {
int n;
if (str == NULL) return(NULL);

Powered by Google App Engine
This is Rietveld 408576698