Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff |
« no previous file with comments | « third_party/libxml/patches/LoadLibraryA ('k') | third_party/libxml/patches/icu » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651202
2
3 --- libxml/xmlschemas.c.orig Thu May 26 20:21:54 2011
4 +++ libxml/xmlschemas.c Thu May 26 20:22:02 2011
5 @@ -13946,7 +13946,7 @@
6 */
7 if ((sub->negNsSet != NULL) &&
8 (super->negNsSet != NULL) &&
9 - (sub->negNsSet->value == sub->negNsSet->value))
10 + (sub->negNsSet->value == super->negNsSet->value))
11 return (0);
12 /*
13 * 3.1 sub must be a set whose members are either namespace names or �absent �.
OLDNEW
« 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