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

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 14:26:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 93541d63f115b7f3bb04aacf8c8326edfc7d7902
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 8 16:51:23 2010 +0000

    2010-10-08  Andras Becsi  <abecsi at webkit.org>
    
            Unreviewed build fix.
    
            [Qt] Add missing limits.h include since the Qt version currently
            ran on the bot does need that.
    
            * WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69408 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 0e36eff..952e061 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-08  Andras Becsi  <abecsi at webkit.org>
+
+        Unreviewed build fix.
+
+        [Qt] Add missing limits.h include since the Qt version currently
+        ran on the bot does need that.
+
+        * WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp:
+
 2010-10-08  Balazs Kelemen  <kbalazs at webkit.org>
 
         Reviewed by Csaba Osztrogonác.
diff --git a/WebKitTools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp b/WebKitTools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp
index 7bd8b74..ec920dc 100644
--- a/WebKitTools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp
+++ b/WebKitTools/WebKitTestRunner/InjectedBundle/qt/ActivateFontsQt.cpp
@@ -36,6 +36,8 @@
 #include <fontconfig/fontconfig.h>
 #endif
 
+#include <limits.h>
+
 namespace WTR {
 
 void activateFonts()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list