Title: [158444] trunk/Source/WebKit2
Revision
158444
Author
commit-qu...@webkit.org
Date
2013-11-01 11:48:19 -0700 (Fri, 01 Nov 2013)

Log Message

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

Patch by Emilio Pozuelo Monfort <poch...@gmail.com> on 2013-11-01
Reviewed by Darin Adler.

* UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (158443 => 158444)


--- trunk/Source/WebKit2/ChangeLog	2013-11-01 18:37:42 UTC (rev 158443)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-01 18:48:19 UTC (rev 158444)
@@ -1,3 +1,12 @@
+2013-11-01  Emilio Pozuelo Monfort  <poch...@gmail.com>
+
+        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-11-01  Brian Holt  <brian.h...@samsung.com>
 
         [GTK] [WK2] Crash in webkitWebViewLoadFailedWithTLSErrors

Modified: trunk/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp (158443 => 158444)


--- trunk/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp	2013-11-01 18:37:42 UTC (rev 158443)
+++ trunk/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp	2013-11-01 18:48:19 UTC (rev 158444)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to