[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:43:10 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 894636e3be1f5f7c53da5e38b5982556068d1a19
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 19 00:33:34 2009 +0000

    2009-12-18  Eric Seidel  <eric at webkit.org>
    
            Reviewed by Adam Barth.
    
            REGRESSION(52325) Chromium build broken due to link failure
            https://bugs.webkit.org/show_bug.cgi?id=32753
    
            * WebCoreSupport/WebSystemInterface.m:
             - Chromium Mac builds use this file, but do not
               enable Pre-compiled Header (PCH) files so that
               Chromium build bots can take advantage of the faster
               distcc 3.  Eventually all mac builds will likely use
               distcc, but for now we'll add Platform.h here and document
               its usage so it's not removed by accident.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52356 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 800e998..eca90d8 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,18 @@
+2009-12-18  Eric Seidel  <eric at webkit.org>
+
+        Reviewed by Adam Barth.
+
+        REGRESSION(52325) Chromium build broken due to link failure
+        https://bugs.webkit.org/show_bug.cgi?id=32753
+
+        * WebCoreSupport/WebSystemInterface.m:
+         - Chromium Mac builds use this file, but do not
+           enable Pre-compiled Header (PCH) files so that
+           Chromium build bots can take advantage of the faster
+           distcc 3.  Eventually all mac builds will likely use
+           distcc, but for now we'll add Platform.h here and document
+           its usage so it's not removed by accident.
+
 2009-12-18  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit/mac/WebCoreSupport/WebSystemInterface.m b/WebKit/mac/WebCoreSupport/WebSystemInterface.m
index 7df0ff0..9db46cc 100644
--- a/WebKit/mac/WebCoreSupport/WebSystemInterface.m
+++ b/WebKit/mac/WebCoreSupport/WebSystemInterface.m
@@ -31,6 +31,9 @@
 #import <WebCore/WebCoreSystemInterface.h>
 #import <WebKitSystemInterface.h>
 
+// Needed for builds not using PCH to expose BUILDING_ macros, see bug 32753.
+#include <wtf/Platform.h>
+
 #define INIT(function) wk##function = WK##function
 
 void InitWebCoreSystemInterface(void)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list