Title: [114563] releases/WebKitGTK/webkit-1.8/Source/WebCore
Revision
114563
Author
x...@webkit.org
Date
2012-04-18 14:34:25 -0700 (Wed, 18 Apr 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 <sudarsana.nagin...@linux.intel.com> on 2012-03-14
Reviewed by Philippe Normand.

Fix build error introduced by r110669.

* platform/network/soup/DNSSoup.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.8/Source/WebCore/ChangeLog (114562 => 114563)


--- releases/WebKitGTK/webkit-1.8/Source/WebCore/ChangeLog	2012-04-18 21:34:11 UTC (rev 114562)
+++ releases/WebKitGTK/webkit-1.8/Source/WebCore/ChangeLog	2012-04-18 21:34:25 UTC (rev 114563)
@@ -1,3 +1,15 @@
+2012-03-14  Sudarsana Nagineni  <sudarsana.nagin...@linux.intel.com>
+
+        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-13  Sergio Villar Senin  <svil...@igalia.com>
 
         [GTK] Use the same DNS prefetching path than the other ports.

Modified: releases/WebKitGTK/webkit-1.8/Source/WebCore/platform/network/soup/DNSSoup.cpp (114562 => 114563)


--- releases/WebKitGTK/webkit-1.8/Source/WebCore/platform/network/soup/DNSSoup.cpp	2012-04-18 21:34:11 UTC (rev 114562)
+++ releases/WebKitGTK/webkit-1.8/Source/WebCore/platform/network/soup/DNSSoup.cpp	2012-04-18 21:34:25 UTC (rev 114563)
@@ -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
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to