Title: [140964] trunk/Source/WebKit2
- Revision
- 140964
- Author
- [email protected]
- Date
- 2013-01-28 04:22:14 -0800 (Mon, 28 Jan 2013)
Log Message
[Qt][Win][WK2] Build fix after r140957.
Rubber-stamped by Csaba Osztrogonác.
<sys/wait.h> is only needed and available on linux therefore it's moved into an ifdef block.
* WebProcess/qt/WebProcessMainQt.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (140963 => 140964)
--- trunk/Source/WebKit2/ChangeLog 2013-01-28 12:01:24 UTC (rev 140963)
+++ trunk/Source/WebKit2/ChangeLog 2013-01-28 12:22:14 UTC (rev 140964)
@@ -1,3 +1,13 @@
+2013-01-28 Renata Hodovan <[email protected]>
+
+ [Qt][Win][WK2] Build fix after r140957.
+
+ Rubber-stamped by Csaba Osztrogonác.
+
+ <sys/wait.h> is only needed and available on linux therefore it's moved into an ifdef block.
+
+ * WebProcess/qt/WebProcessMainQt.cpp:
+
2013-01-28 Kenneth Rohde Christiansen <[email protected]>
[EFL][WK2] Use C API inside ewk_url_response
Modified: trunk/Source/WebKit2/WebProcess/qt/WebProcessMainQt.cpp (140963 => 140964)
--- trunk/Source/WebKit2/WebProcess/qt/WebProcessMainQt.cpp 2013-01-28 12:01:24 UTC (rev 140963)
+++ trunk/Source/WebKit2/WebProcess/qt/WebProcessMainQt.cpp 2013-01-28 12:22:14 UTC (rev 140964)
@@ -38,7 +38,6 @@
#include <WebCore/RunLoop.h>
#include <errno.h>
#include <runtime/InitializeThreading.h>
-#include <sys/wait.h>
#include <wtf/MainThread.h>
#if USE(QTKIT)
@@ -63,6 +62,7 @@
#if ENABLE(SUID_SANDBOX_LINUX)
#include "SandboxEnvironmentLinux.h"
+#include <sys/wait.h>
#endif
using namespace WebCore;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes