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

weinig at apple.com weinig at apple.com
Wed Dec 22 14:06:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 280e5e8bc5d88cb062d1b756db32bf11f92a1738
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 4 17:30:34 2010 +0000

    Fix the Mac build.
    
    * WebProcess/mac/WebProcessMac.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69021 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index bd0966d..14e1c7f 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-10-04  Sam Weinig  <sam at webkit.org>
 
+        Fix the Mac build.
+
+        * WebProcess/mac/WebProcessMac.mm:
+
+2010-10-04  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Anders Carlsson.
 
         Add ability to set the CacheModel in Webkit2
diff --git a/WebKit2/WebProcess/mac/WebProcessMac.mm b/WebKit2/WebProcess/mac/WebProcessMac.mm
index a7aa867..b3bbdda 100644
--- a/WebKit2/WebProcess/mac/WebProcessMac.mm
+++ b/WebKit2/WebProcess/mac/WebProcessMac.mm
@@ -29,6 +29,10 @@
 #include <WebCore/PageCache.h>
 #include <WebKitSystemInterface.h>
 #include <algorithm>
+#include <dispatch/dispatch.h>
+#include <mach/host_info.h>
+#include <mach/mach.h>
+#include <mach/mach_error.h>
 
 using namespace WebCore;
 using namespace std;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list