[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

andersca at apple.com andersca at apple.com
Mon Feb 21 00:14:07 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 8c819dedcec5d39f34769af043192b63b3fc4113
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 23:03:16 2011 +0000

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

diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index d7ea04e..8bc9eae 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2011-01-28  Anders Carlsson  <andersca at apple.com>
 
+        Fix build.
+
+        * Shared/mac/ShareableSurface.cpp:
+
+2011-01-28  Anders Carlsson  <andersca at apple.com>
+
         Try to unbreak the Windows build.
 
         * UIProcess/cf/WebPageProxyCF.cpp:
diff --git a/Source/WebKit2/Shared/mac/ShareableSurface.cpp b/Source/WebKit2/Shared/mac/ShareableSurface.cpp
index 5af10be..4c15f5e 100644
--- a/Source/WebKit2/Shared/mac/ShareableSurface.cpp
+++ b/Source/WebKit2/Shared/mac/ShareableSurface.cpp
@@ -33,6 +33,7 @@
 #include <OpenGL/CGLIOSurface.h>
 #include <OpenGL/CGLMacro.h>
 #include <OpenGL/OpenGL.h>
+#include <mach/mach_port.h>
 
 // The CGLMacro.h header adds an implicit CGLContextObj parameter to all OpenGL calls,
 // which is good because it allows us to make OpenGL calls without saving and restoring the

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list