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

Unified Diff: third_party/libxslt/libxslt/imports.c

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/libxslt/libxslt/imports.h ('k') | third_party/libxslt/libxslt/keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt/imports.c
diff --git a/third_party/libxslt/libxslt/imports.c b/third_party/libxslt/libxslt/imports.c
index 23538abf51ac8f1ec65c66aa5da04ae11bb48f56..9277b4f64fd87883df7554e2201bb779780dfb7c 100644
--- a/third_party/libxslt/libxslt/imports.c
+++ b/third_party/libxslt/libxslt/imports.c
@@ -59,10 +59,10 @@
* @style: the stylesheet being imported by the master
*
* normalize the comp steps for the stylesheet being imported
- * by the master, together with any imports within that.
+ * by the master, together with any imports within that.
*
*/
-static void xsltFixImportedCompSteps(xsltStylesheetPtr master,
+static void xsltFixImportedCompSteps(xsltStylesheetPtr master,
xsltStylesheetPtr style) {
xsltStylesheetPtr res;
xmlHashScan(style->templatesHash,
@@ -230,7 +230,7 @@ xsltParseStylesheetInclude(xsltStylesheetPtr style, xmlNodePtr cur) {
"xsl:include : unable to load %s\n", URI);
goto error;
}
-#ifdef XSLT_REFACTORED
+#ifdef XSLT_REFACTORED
if (IS_XSLT_ELEM_FAST(cur) && (cur->psvi != NULL)) {
((xsltStyleItemIncludePtr) cur->psvi)->include = include;
} else {
« no previous file with comments | « third_party/libxslt/libxslt/imports.h ('k') | third_party/libxslt/libxslt/keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698