[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
abarth at webkit.org
abarth at webkit.org
Wed Dec 22 12:33:07 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 6d4ac59379b413033bfacbe25180e6e152b500b6
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Aug 25 07:21:36 2010 +0000
2010-08-25 Adam Barth <abarth at webkit.org>
Second attempt to fix Qt build
* dom/XMLDocumentParserQt.cpp:
(WebCore::XMLDocumentParser::parseDtd):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65992 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7296a6f..40366c9 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-25 Adam Barth <abarth at webkit.org>
+
+ Second attempt to fix Qt build
+
+ * dom/XMLDocumentParserQt.cpp:
+ (WebCore::XMLDocumentParser::parseDtd):
+
2010-08-24 Eric Seidel <eric at webkit.org>
Reviewed by Adam Barth.
diff --git a/WebCore/dom/XMLDocumentParserQt.cpp b/WebCore/dom/XMLDocumentParserQt.cpp
index efae766..606770f 100644
--- a/WebCore/dom/XMLDocumentParserQt.cpp
+++ b/WebCore/dom/XMLDocumentParserQt.cpp
@@ -705,7 +705,7 @@ void XMLDocumentParser::parseDtd()
handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber());
#endif
if (!m_parsingFragment)
- document()->deprecatedParserAddChild(DocumentType::create(document(), name, publicId, systemId));
+ document()->parserAddChild(DocumentType::create(document(), name, publicId, systemId));
}
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list