[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

andersca at apple.com andersca at apple.com
Fri Jan 21 14:35:59 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit ec9b41d5c13bc0ba59dddbdaec0c0617d16ff089
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 00:36:07 2010 +0000

    Fix build.
    
    * Platform/mac/MachUtilities.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74518 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 3408dbb..1d258aa 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-22  Anders Carlsson  <andersca at apple.com>
 
+        Fix build.
+
+        * Platform/mac/MachUtilities.cpp:
+
+2010-12-22  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Darin Adler.
 
         Detect WebProcess crashes sooner, without waiting for ReportCrash to finish
diff --git a/WebKit2/Platform/mac/MachUtilities.cpp b/WebKit2/Platform/mac/MachUtilities.cpp
index 6d5f246..edb17dc 100644
--- a/WebKit2/Platform/mac/MachUtilities.cpp
+++ b/WebKit2/Platform/mac/MachUtilities.cpp
@@ -25,6 +25,8 @@
 
 #include "MachUtilities.h"
 
+#include <mach/task.h>
+
 void setMachPortQueueLength(mach_port_t receivePort, mach_port_msgcount_t queueLength)
 {
     mach_port_limits_t portLimits;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list