Title: [110697] trunk/Source/WebCore
Revision
110697
Author
[email protected]
Date
2012-03-14 06:23:10 -0700 (Wed, 14 Mar 2012)

Log Message

Build error: DNSSoup.cpp:30: fatal error: CString.h: No such file or
directory
https://bugs.webkit.org/show_bug.cgi?id=81093

Patch by Sudarsana Nagineni <[email protected]> on 2012-03-14
Reviewed by Philippe Normand.

Fix build error introduced by r110669.

* platform/network/soup/DNSSoup.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (110696 => 110697)


--- trunk/Source/WebCore/ChangeLog	2012-03-14 13:01:17 UTC (rev 110696)
+++ trunk/Source/WebCore/ChangeLog	2012-03-14 13:23:10 UTC (rev 110697)
@@ -1,3 +1,15 @@
+2012-03-14  Sudarsana Nagineni  <[email protected]>
+
+        Build error: DNSSoup.cpp:30: fatal error: CString.h: No such file or
+        directory
+        https://bugs.webkit.org/show_bug.cgi?id=81093
+
+        Reviewed by Philippe Normand.
+
+        Fix build error introduced by r110669.
+
+        * platform/network/soup/DNSSoup.cpp:
+
 2012-03-14  Marja Hölttä  <[email protected]>
 
         WebHTTPBody: Keep track of whether the data includes passwords.

Modified: trunk/Source/WebCore/platform/network/soup/DNSSoup.cpp (110696 => 110697)


--- trunk/Source/WebCore/platform/network/soup/DNSSoup.cpp	2012-03-14 13:01:17 UTC (rev 110696)
+++ trunk/Source/WebCore/platform/network/soup/DNSSoup.cpp	2012-03-14 13:23:10 UTC (rev 110697)
@@ -27,9 +27,9 @@
 #include "config.h"
 #include "DNS.h"
 
-#include "CString.h"
 #include "GOwnPtrSoup.h"
 #include "ResourceHandle.h"
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to