[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

andersca at apple.com andersca at apple.com
Wed Dec 22 11:45:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9e34c1652f56eadc82a9e93e85919b6bfe9fac41
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 5 19:58:37 2010 +0000

    Build fix.
    
    * Platform/mac/SharedMemoryMac.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64776 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index b00e1af..6d0676b 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-05  Anders Carlsson  <andersca at apple.com>
 
+        Build fix.
+
+        * Platform/mac/SharedMemoryMac.cpp:
+
+2010-08-05  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Sam Weinig.
 
         Add VisitedLinkProvider class
diff --git a/WebKit2/Platform/mac/SharedMemoryMac.cpp b/WebKit2/Platform/mac/SharedMemoryMac.cpp
index a0b4d53..54eaf9b 100644
--- a/WebKit2/Platform/mac/SharedMemoryMac.cpp
+++ b/WebKit2/Platform/mac/SharedMemoryMac.cpp
@@ -29,7 +29,9 @@
 #include "ArgumentEncoder.h"
 #include "Arguments.h"
 #include "MachPort.h"
+#include <mach/mach_port.h>
 #include <mach/mach_vm.h>
+#include <mach/vm_map.h>
 #include <wtf/RefPtr.h>
 
 namespace WebKit {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list