Title: [209581] trunk/Source/WebKit2
Revision
209581
Author
ander...@apple.com
Date
2016-12-08 16:44:05 -0800 (Thu, 08 Dec 2016)

Log Message

Attempt to fix the iOS build.

* Platform/IPC/mac/MachMessage.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (209580 => 209581)


--- trunk/Source/WebKit2/ChangeLog	2016-12-09 00:36:13 UTC (rev 209580)
+++ trunk/Source/WebKit2/ChangeLog	2016-12-09 00:44:05 UTC (rev 209581)
@@ -1,5 +1,11 @@
 2016-12-08  Anders Carlsson  <ander...@apple.com>
 
+        Attempt to fix the iOS build.
+
+        * Platform/IPC/mac/MachMessage.cpp:
+
+2016-12-08  Anders Carlsson  <ander...@apple.com>
+
         Defer sending Mach messages if the queue is full
         https://bugs.webkit.org/show_bug.cgi?id=165622
         rdar://problem/29518036

Modified: trunk/Source/WebKit2/Platform/IPC/mac/MachMessage.cpp (209580 => 209581)


--- trunk/Source/WebKit2/Platform/IPC/mac/MachMessage.cpp	2016-12-09 00:36:13 UTC (rev 209580)
+++ trunk/Source/WebKit2/Platform/IPC/mac/MachMessage.cpp	2016-12-09 00:44:05 UTC (rev 209581)
@@ -26,6 +26,8 @@
 #include "config.h"
 #include "MachMessage.h"
 
+#include <mach/mach.h>
+
 namespace IPC {
 
 std::unique_ptr<MachMessage> MachMessage::create(size_t size)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to