Title: [160356] trunk/Source/WebCore
Revision
160356
Author
commit-qu...@webkit.org
Date
2013-12-10 04:44:41 -0800 (Tue, 10 Dec 2013)

Log Message

[nix][curl] Buildfix after r160310
https://bugs.webkit.org/show_bug.cgi?id=125489

Patch by Robert Sipka <si...@inf.u-szeged.hu> on 2013-12-10
Reviewed by Gustavo Noronha Silva.

Curl doesn't include soup files.

* PlatformNix.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (160355 => 160356)


--- trunk/Source/WebCore/ChangeLog	2013-12-10 12:21:03 UTC (rev 160355)
+++ trunk/Source/WebCore/ChangeLog	2013-12-10 12:44:41 UTC (rev 160356)
@@ -1,3 +1,14 @@
+2013-12-10  Robert Sipka  <si...@inf.u-szeged.hu>
+
+        [nix][curl] Buildfix after r160310
+        https://bugs.webkit.org/show_bug.cgi?id=125489
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Curl doesn't include soup files.
+
+        * PlatformNix.cmake:
+
 2013-12-10  Gustavo Noronha Silva  <g...@gnome.org>
 
         [GTK] REGRESSION: www.yahoo.com redirects to the mobile version after UA change

Modified: trunk/Source/WebCore/PlatformNix.cmake (160355 => 160356)


--- trunk/Source/WebCore/PlatformNix.cmake	2013-12-10 12:21:03 UTC (rev 160355)
+++ trunk/Source/WebCore/PlatformNix.cmake	2013-12-10 12:44:41 UTC (rev 160356)
@@ -79,8 +79,6 @@
     platform/gtk/LoggingGtk.cpp
     platform/gtk/SharedBufferGtk.cpp
 
-    platform/soup/SharedBufferSoup.cpp
-
     platform/image-decoders/cairo/ImageDecoderCairo.cpp
 
     platform/linux/GamepadDeviceLinux.cpp
@@ -288,8 +286,7 @@
         platform/network/soup/SoupURIUtils.cpp
         platform/network/soup/SynchronousLoaderClientSoup.cpp
 
-        # Uncomment it after https://bugs.webkit.org/show_bug.cgi?id=118598 is fixed and merged to Nix.
-        # platform/soup/SharedBufferSoup.cpp
+        platform/soup/SharedBufferSoup.cpp
     )
 
     list(APPEND WebCore_INCLUDE_DIRECTORIES
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to