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

Unified Diff: third_party/libxml/patches/bug_651202

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 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
« no previous file with comments | « third_party/libxml/patches/LoadLibraryA ('k') | third_party/libxml/patches/icu » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/patches/bug_651202
diff --git a/third_party/libxml/patches/bug_651202 b/third_party/libxml/patches/bug_651202
deleted file mode 100644
index 5f93fd705ffeef963f4849b7a4f8cdaca90141f7..0000000000000000000000000000000000000000
--- a/third_party/libxml/patches/bug_651202
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651202
-
---- libxml/xmlschemas.c.orig Thu May 26 20:21:54 2011
-+++ libxml/xmlschemas.c Thu May 26 20:22:02 2011
-@@ -13946,7 +13946,7 @@
- */
- if ((sub->negNsSet != NULL) &&
- (super->negNsSet != NULL) &&
-- (sub->negNsSet->value == sub->negNsSet->value))
-+ (sub->negNsSet->value == super->negNsSet->value))
- return (0);
- /*
- * 3.1 sub must be a set whose members are either namespace names or �absent�.
« no previous file with comments | « third_party/libxml/patches/LoadLibraryA ('k') | third_party/libxml/patches/icu » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698