Title: [103909] trunk/Source/WebKit2
Revision
103909
Author
m...@apple.com
Date
2012-01-02 10:04:52 -0800 (Mon, 02 Jan 2012)

Log Message

Build fix.

* Platform/CoreIPC/mac/ConnectionMac.cpp:
* Platform/mac/SharedMemoryMac.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (103908 => 103909)


--- trunk/Source/WebKit2/ChangeLog	2012-01-02 16:26:41 UTC (rev 103908)
+++ trunk/Source/WebKit2/ChangeLog	2012-01-02 18:04:52 UTC (rev 103909)
@@ -1,3 +1,10 @@
+2012-01-02  Dan Bernstein  <m...@apple.com>
+
+        Build fix.
+
+        * Platform/CoreIPC/mac/ConnectionMac.cpp:
+        * Platform/mac/SharedMemoryMac.cpp:
+
 2012-01-02  Nikolas Zimmermann  <nzimmerm...@rim.com>
 
         Not reviewed. Fix build on Lion, by including mach_error.h in two places that need it.

Modified: trunk/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp (103908 => 103909)


--- trunk/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp	2012-01-02 16:26:41 UTC (rev 103908)
+++ trunk/Source/WebKit2/Platform/CoreIPC/mac/ConnectionMac.cpp	2012-01-02 18:04:52 UTC (rev 103909)
@@ -30,6 +30,7 @@
 #include "MachPort.h"
 #include "MachUtilities.h"
 #include "RunLoop.h"
+#include <mach/mach_error.h>
 #include <mach/vm_map.h>
 
 using namespace std;

Modified: trunk/Source/WebKit2/Platform/mac/SharedMemoryMac.cpp (103908 => 103909)


--- trunk/Source/WebKit2/Platform/mac/SharedMemoryMac.cpp	2012-01-02 16:26:41 UTC (rev 103908)
+++ trunk/Source/WebKit2/Platform/mac/SharedMemoryMac.cpp	2012-01-02 18:04:52 UTC (rev 103909)
@@ -30,6 +30,7 @@
 #include "ArgumentEncoder.h"
 #include "Arguments.h"
 #include "MachPort.h"
+#include <mach/mach_error.h>
 #include <mach/mach_port.h>
 #include <mach/mach_vm.h>
 #include <mach/vm_map.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to