Title: [89122] trunk/Source/WebCore
- Revision
- 89122
- Author
- [email protected]
- Date
- 2011-06-16 23:56:00 -0700 (Thu, 16 Jun 2011)
Log Message
2011-06-16 Gabor Loki <[email protected]>
[Qt] Unreviewed, build fix after r89118.
* dom/XMLDocumentParserQt.cpp:
(WebCore::XMLDocumentParser::initializeParserContext):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (89121 => 89122)
--- trunk/Source/WebCore/ChangeLog 2011-06-17 06:36:37 UTC (rev 89121)
+++ trunk/Source/WebCore/ChangeLog 2011-06-17 06:56:00 UTC (rev 89122)
@@ -1,3 +1,10 @@
+2011-06-16 Gabor Loki <[email protected]>
+
+ [Qt] Unreviewed, build fix after r89118.
+
+ * dom/XMLDocumentParserQt.cpp:
+ (WebCore::XMLDocumentParser::initializeParserContext):
+
2011-06-16 Yuta Kitamura <[email protected]>
Unreviewed, rolling out r89073.
Modified: trunk/Source/WebCore/dom/XMLDocumentParserQt.cpp (89121 => 89122)
--- trunk/Source/WebCore/dom/XMLDocumentParserQt.cpp 2011-06-17 06:36:37 UTC (rev 89121)
+++ trunk/Source/WebCore/dom/XMLDocumentParserQt.cpp 2011-06-17 06:56:00 UTC (rev 89122)
@@ -202,7 +202,7 @@
return;
}
-void XMLDocumentParser::initializeParserContext(const char*)
+void XMLDocumentParser::initializeParserContext(const CString&)
{
DocumentParser::startParsing();
m_sawError = false;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes