Index: Source/WebCore/dom/XMLDocumentParserLibxml2.cpp |
=================================================================== |
--- Source/WebCore/dom/XMLDocumentParserLibxml2.cpp (revision 87127) |
+++ Source/WebCore/dom/XMLDocumentParserLibxml2.cpp (working copy) |
@@ -853,7 +853,7 @@ |
exitText(); |
- RefPtr<ContainerNode> n = m_currentNode; |
+ RefPtr<Node> n = m_currentNode; |
n->finishParsingChildren(); |
if (m_scriptingPermission == FragmentScriptingNotAllowed && n->isElementNode() && toScriptElement(static_cast<Element*>(n.get()))) { |