summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libxslt/libxslt/xsltInternals.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxslt/libxslt/xsltInternals.h')
-rw-r--r--chromium/third_party/libxslt/libxslt/xsltInternals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/libxslt/libxslt/xsltInternals.h b/chromium/third_party/libxslt/libxslt/xsltInternals.h
index 95e8fe6e81f..7123acec104 100644
--- a/chromium/third_party/libxslt/libxslt/xsltInternals.h
+++ b/chromium/third_party/libxslt/libxslt/xsltInternals.h
@@ -1639,6 +1639,8 @@ struct _xsltStylesheet {
* Forwards-compatible processing
*/
int forwards_compatible;
+
+ xmlHashTablePtr namedTemplates; /* hash table of named templates */
};
typedef struct _xsltTransformCache xsltTransformCache;