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

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 15:52:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6ef39af551cd3da88499b7d700476bd19f652e52
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 16 01:23:38 2010 +0000

    2010-11-15  Andreas Kling  <kling at webkit.org>
    
            Unreviewed buildfix (Qt WebKit2 minimal)
    
            * platform/qt/CookieJarQt.cpp: Add missing <QStringList> include.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72049 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f993c40..936ed2d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-15  Andreas Kling  <kling at webkit.org>
+
+        Unreviewed buildfix (Qt WebKit2 minimal)
+
+        * platform/qt/CookieJarQt.cpp: Add missing <QStringList> include.
+
 2010-11-15  Chris Rogers  <crogers at google.com>
 
         Reviewed by Kenneth Russell.
diff --git a/WebCore/platform/qt/CookieJarQt.cpp b/WebCore/platform/qt/CookieJarQt.cpp
index 4e1de23..049ee0f 100644
--- a/WebCore/platform/qt/CookieJarQt.cpp
+++ b/WebCore/platform/qt/CookieJarQt.cpp
@@ -39,6 +39,7 @@
 #include "FrameLoaderClientQt.h"
 #include <QNetworkAccessManager>
 #include <QNetworkCookie>
+#include <QStringList>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list