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

eric at webkit.org eric at webkit.org
Wed Apr 7 23:47:34 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 326f505adef28558897f4283af8ad761869b334f
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 18 22:33:47 2009 +0000

    2009-11-18  Carol Szabo  <carol.szabo at nokia.com>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [Qt] QWebPageClient.h needs in some cases QCursor, but it does not
            include it
            https://bugs.webkit.org/show_bug.cgi?id=31527
    
            No new tests as this is just a coding style fix that affects the
            build of some not yet submitted patches (i.e. for bug 30173).
    
            * platform/qt/QWebPageClient.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51137 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9177f00..fe492bc 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2009-11-18  Carol Szabo  <carol.szabo at nokia.com>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        [Qt] QWebPageClient.h needs in some cases QCursor, but it does not
+        include it 
+        https://bugs.webkit.org/show_bug.cgi?id=31527
+
+        No new tests as this is just a coding style fix that affects the 
+        build of some not yet submitted patches (i.e. for bug 30173).
+
+        * platform/qt/QWebPageClient.h:
+
 2009-11-18  Nicolas Roard   <nicolas at roard.com>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebCore/platform/qt/QWebPageClient.h b/WebCore/platform/qt/QWebPageClient.h
index 61adb97..5b96209 100644
--- a/WebCore/platform/qt/QWebPageClient.h
+++ b/WebCore/platform/qt/QWebPageClient.h
@@ -26,6 +26,9 @@
 #ifndef QWebPageClient_h
 #define QWebPageClient_h
 
+#ifndef QT_NO_CURSOR
+#include <QCursor>;
+#endif
 #include <QRect>
 
 class QWebPageClient {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list