| Index: Source/WebCore/dom/XMLDocumentParserQt.cpp
 | 
| ===================================================================
 | 
| --- Source/WebCore/dom/XMLDocumentParserQt.cpp	(revision 87127)
 | 
| +++ Source/WebCore/dom/XMLDocumentParserQt.cpp	(working copy)
 | 
| @@ -556,7 +556,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()))) {
 | 
| 
 |