Title: [161775] trunk/Source/WebCore
- Revision
- 161775
- Author
- [email protected]
- Date
- 2014-01-11 12:05:17 -0800 (Sat, 11 Jan 2014)
Log Message
Fix LegacyWebArchive.cpp:567:91: error: calling 'utf8' with incomplete return type 'WTF::CString'
* loader/archive/cf/LegacyWebArchive.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (161774 => 161775)
--- trunk/Source/WebCore/ChangeLog 2014-01-11 20:03:42 UTC (rev 161774)
+++ trunk/Source/WebCore/ChangeLog 2014-01-11 20:05:17 UTC (rev 161775)
@@ -1,3 +1,9 @@
+2014-01-11 Simon Fraser <[email protected]>
+
+ Fix LegacyWebArchive.cpp:567:91: error: calling 'utf8' with incomplete return type 'WTF::CString'
+
+ * loader/archive/cf/LegacyWebArchive.cpp:
+
2014-01-11 David Kilzer <[email protected]>
[iOS] Fix the easy half of the build errors in RenderBlock.cpp
Modified: trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp (161774 => 161775)
--- trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp 2014-01-11 20:03:42 UTC (rev 161774)
+++ trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp 2014-01-11 20:05:17 UTC (rev 161775)
@@ -51,6 +51,7 @@
#include <wtf/ListHashSet.h>
#include <wtf/RetainPtr.h>
#include <wtf/text/StringBuilder.h>
+#include <wtf/text/CString.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes