[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

zoltan at webkit.org zoltan at webkit.org
Thu Oct 29 20:31:15 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 3222e5c9342157a7a514d31f8c8d7692485a1d40
Author: zoltan at webkit.org <zoltan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 21 15:49:19 2009 +0000

    2009-09-21  Csaba Osztrogonac  <oszi at inf.u-szeged.hu>
    
            Rubber-stamped by Simon Hausmann.
    
            [Qt] Windows build fix.
            https://bugs.webkit.org/show_bug.cgi?id=29535
    
            * platform/network/qt/DnsPrefetchHelper.cpp: Missing #include "config.h"  added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48583 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4956840..523f975 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-21  Csaba Osztrogonac  <oszi at inf.u-szeged.hu>
+
+        Rubber-stamped by Simon Hausmann.
+
+        [Qt] Windows build fix.
+        https://bugs.webkit.org/show_bug.cgi?id=29535
+
+        * platform/network/qt/DnsPrefetchHelper.cpp: Missing #include "config.h"  added.
+
 2009-09-21  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
         Unreviewed make dist build fix. Missing files.
diff --git a/WebCore/platform/network/qt/DnsPrefetchHelper.cpp b/WebCore/platform/network/qt/DnsPrefetchHelper.cpp
index 73da0a9..e687976 100644
--- a/WebCore/platform/network/qt/DnsPrefetchHelper.cpp
+++ b/WebCore/platform/network/qt/DnsPrefetchHelper.cpp
@@ -17,6 +17,7 @@
     Boston, MA 02110-1301, USA.
 */
 
+#include "config.h"
 #include "DnsPrefetchHelper.h"
 
 #include "CString.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list