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

Unified Diff: Source/core/xml/XSLStyleSheet.h

Issue 23103007: Avoid reparsing an XSLT stylesheet after the first failure. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « LayoutTests/svg/custom/invalid-xslt-crash.svg ('k') | Source/core/xml/XSLStyleSheetLibxslt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XSLStyleSheet.h
diff --git a/Source/core/xml/XSLStyleSheet.h b/Source/core/xml/XSLStyleSheet.h
index 3ca331a7beb913361d0bdf885871c905a163c349..6b21a117d96f21a9905f08f3d2f20e5b358d1dae 100644
--- a/Source/core/xml/XSLStyleSheet.h
+++ b/Source/core/xml/XSLStyleSheet.h
@@ -111,6 +111,7 @@ private:
xmlDocPtr m_stylesheetDoc;
bool m_stylesheetDocTaken;
+ bool m_compilationFailed;
XSLStyleSheet* m_parentStyleSheet;
};
« no previous file with comments | « LayoutTests/svg/custom/invalid-xslt-crash.svg ('k') | Source/core/xml/XSLStyleSheetLibxslt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698