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(); |