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

Unified Diff: Source/WebCore/xml/XSLTProcessorLibxslt.cpp

Issue 9285028: Merge 105524 - Crash in xsltParseGlobalVariable. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/fast/xsl/xslt-transform-to-fragment-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XSLTProcessorLibxslt.cpp
===================================================================
--- Source/WebCore/xml/XSLTProcessorLibxslt.cpp (revision 105786)
+++ Source/WebCore/xml/XSLTProcessorLibxslt.cpp (working copy)
@@ -307,6 +307,7 @@
xsltStylesheetPtr sheet = xsltStylesheetPointer(m_stylesheet, m_stylesheetRootNode.get());
if (!sheet) {
setXSLTLoadCallBack(0, 0, 0);
+ m_stylesheet = 0;
return false;
}
m_stylesheet->clearDocuments();
« no previous file with comments | « LayoutTests/fast/xsl/xslt-transform-to-fragment-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698