Title: [87129] branches/chromium/742/Source/WebCore/dom
- Revision
- 87129
- Author
- infe...@chromium.org
- Date
- 2011-05-23 23:09:40 -0700 (Mon, 23 May 2011)
Log Message
Merge 87098 Build Fix
BUG=83012
Review URL: http://codereview.chromium.org/6992020
Modified Paths
Diff
Modified: branches/chromium/742/Source/WebCore/dom/XMLDocumentParserLibxml2.cpp (87128 => 87129)
--- branches/chromium/742/Source/WebCore/dom/XMLDocumentParserLibxml2.cpp 2011-05-24 06:07:28 UTC (rev 87128)
+++ branches/chromium/742/Source/WebCore/dom/XMLDocumentParserLibxml2.cpp 2011-05-24 06:09:40 UTC (rev 87129)
@@ -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()))) {
Modified: branches/chromium/742/Source/WebCore/dom/XMLDocumentParserQt.cpp (87128 => 87129)
--- branches/chromium/742/Source/WebCore/dom/XMLDocumentParserQt.cpp 2011-05-24 06:07:28 UTC (rev 87128)
+++ branches/chromium/742/Source/WebCore/dom/XMLDocumentParserQt.cpp 2011-05-24 06:09:40 UTC (rev 87129)
@@ -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()))) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes