[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

mitz at apple.com mitz at apple.com
Thu Dec 3 13:22:27 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit ad723850cf0fbe1409bc406a0888187fa5ececce
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 29 07:12:57 2009 +0000

    Tiger build fix after r50259
    
    * platform/graphics/mac/ComplexTextControllerATSUI.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50263 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 15641aa..333d59b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-29  Dan Bernstein  <mitz at apple.com>
+
+        Tiger build fix after r50259
+
+        * platform/graphics/mac/ComplexTextControllerATSUI.cpp:
+
 2009-10-28  Steve Falkenburg  <sfalken at apple.com>
 
         Rubber stamped by Mark Rowe.
diff --git a/WebCore/platform/graphics/mac/ComplexTextControllerATSUI.cpp b/WebCore/platform/graphics/mac/ComplexTextControllerATSUI.cpp
index 7da1737..b784433 100644
--- a/WebCore/platform/graphics/mac/ComplexTextControllerATSUI.cpp
+++ b/WebCore/platform/graphics/mac/ComplexTextControllerATSUI.cpp
@@ -29,6 +29,14 @@
 #include "Font.h"
 #include "ShapeArabic.h"
 
+#ifdef BUILDING_ON_TIGER
+#ifdef __LP64__
+#define URefCon void*
+#else
+#define URefCon UInt32
+#endif
+#endif
+
 using namespace WTF::Unicode;
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list