Title: [159043] releases/WebKitGTK/webkit-2.2/Source/WebKit2
Revision
159043
Author
[email protected]
Date
2013-11-11 01:22:25 -0800 (Mon, 11 Nov 2013)

Log Message

Merge r158444 - Fix build on non-linux platforms
https://bugs.webkit.org/show_bug.cgi?id=123622

Patch by Emilio Pozuelo Monfort <[email protected]> on 2013-11-01
Reviewed by Darin Adler.

* UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.2/Source/WebKit2/ChangeLog (159042 => 159043)


--- releases/WebKitGTK/webkit-2.2/Source/WebKit2/ChangeLog	2013-11-11 08:30:06 UTC (rev 159042)
+++ releases/WebKitGTK/webkit-2.2/Source/WebKit2/ChangeLog	2013-11-11 09:22:25 UTC (rev 159043)
@@ -1,3 +1,12 @@
+2013-11-01  Emilio Pozuelo Monfort  <[email protected]>
+
+        Fix build on non-linux platforms
+        https://bugs.webkit.org/show_bug.cgi?id=123622
+
+        Reviewed by Darin Adler.
+
+        * UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:
+
 2013-09-24  Lorenzo Tilve  <[email protected]>
 
         [GTK] Fix compilation problems when setting ENABLE_DRAG_SUPPORT = FALSE

Modified: releases/WebKitGTK/webkit-2.2/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp (159042 => 159043)


--- releases/WebKitGTK/webkit-2.2/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp	2013-11-11 08:30:06 UTC (rev 159042)
+++ releases/WebKitGTK/webkit-2.2/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp	2013-11-11 09:22:25 UTC (rev 159043)
@@ -42,8 +42,7 @@
 #include <wtf/gobject/GOwnPtr.h>
 #include <wtf/gobject/GlibUtilities.h>
 
-#if OS(LINUX)
-#include <sys/prctl.h>
+#if OS(UNIX)
 #include <sys/socket.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to