Chromium Code Reviews

Unified Diff: Source/WebCore/dom/XMLDocumentParserQt.cpp

Issue 6992020: Merge 87098 Build Fix (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/dom/XMLDocumentParserLibxml2.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()))) {
« no previous file with comments | « Source/WebCore/dom/XMLDocumentParserLibxml2.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine