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

laszlo.1.gombos at nokia.com laszlo.1.gombos at nokia.com
Wed Apr 7 23:48:40 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 234af1bd1df1106ede8d919d53bc245023f58cc3
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 19 05:09:22 2009 +0000

    2009-11-18  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
    
            Unreviewed.
    
            Fix a typo. Remove the trailing semicolon
            from an include directive after r51137.
    
            No new tests as there is no functional change.
    
            * platform/qt/QWebPageClient.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51171 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b21b21f..e3a8d30 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,17 @@
 
         Unreviewed.
 
+        Fix a typo. Remove the trailing semicolon
+        from an include directive after r51137.
+
+        No new tests as there is no functional change.
+
+        * platform/qt/QWebPageClient.h:
+
+2009-11-18  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
+
+        Unreviewed.
+
         [Qt] Build fix for QtWebKit after r51159.
 
         Include float.h for DBL_MANT_DIG. Not sure why this
diff --git a/WebCore/platform/qt/QWebPageClient.h b/WebCore/platform/qt/QWebPageClient.h
index 5b96209..b510736 100644
--- a/WebCore/platform/qt/QWebPageClient.h
+++ b/WebCore/platform/qt/QWebPageClient.h
@@ -27,7 +27,7 @@
 #define QWebPageClient_h
 
 #ifndef QT_NO_CURSOR
-#include <QCursor>;
+#include <QCursor>
 #endif
 #include <QRect>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list