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

dbates at webkit.org dbates at webkit.org
Wed Dec 22 13:20:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a16a6c9b539d6600b0b46dbbc88a233674682c3f
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 12 06:37:59 2010 +0000

    2010-09-11  Daniel Bates  <dbates at rim.com>
    
            Attempt to fix the Qt Linux Release build after changeset 67312 <http://trac.webkit.org/changeset/67312>.
    
            * UIProcess/API/qt/qwkpage.cpp:
            (QWKPage::QWKPage): Add missing ',' in WKPageUIClient initialization list.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67318 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index f3c3359..9237595 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-11  Daniel Bates  <dbates at rim.com>
+
+        Attempt to fix the Qt Linux Release build after changeset 67312 <http://trac.webkit.org/changeset/67312>.
+
+        * UIProcess/API/qt/qwkpage.cpp:
+        (QWKPage::QWKPage): Add missing ',' in WKPageUIClient initialization list.
+
 2010-09-11  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit2/UIProcess/API/qt/qwkpage.cpp b/WebKit2/UIProcess/API/qt/qwkpage.cpp
index 7ace678..723aa0b 100644
--- a/WebKit2/UIProcess/API/qt/qwkpage.cpp
+++ b/WebKit2/UIProcess/API/qt/qwkpage.cpp
@@ -258,7 +258,7 @@ QWKPage::QWKPage(WKPageNamespaceRef namespaceRef)
         qt_wk_runJavaScriptAlert,
         0,  /* runJavaScriptConfirm */
         0,  /* runJavaScriptPrompt */
-        0   /* setStatusText */
+        0,  /* setStatusText */
         0   /* contentsSizeChanged */
     };
     WKPageSetPageUIClient(pageRef(), &uiClient);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list