[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

ossy at webkit.org ossy at webkit.org
Wed Mar 17 18:28:50 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit fdf231f5a29e4b6bc09c052bc463d62494023130
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 9 00:35:07 2010 +0000

    [GTK] Unreviewed buildfix after r55688.
    
    * webkit/webkitdownload.cpp:
    (webkit_download_start):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55694 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index d895d88..94ec288 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-08  Csaba Osztrogonác  <ossy at webkit.org>
+
+        [GTK] Unreviewed buildfix after r55688.
+
+        * webkit/webkitdownload.cpp:
+        (webkit_download_start):
+
 2010-03-02  Adam Treat  <atreat at rim.com>
 
         Reviewed by Dave Hyatt.
diff --git a/WebKit/gtk/webkit/webkitdownload.cpp b/WebKit/gtk/webkit/webkitdownload.cpp
index 878bf8b..56a417d 100644
--- a/WebKit/gtk/webkit/webkitdownload.cpp
+++ b/WebKit/gtk/webkit/webkitdownload.cpp
@@ -484,7 +484,7 @@ void webkit_download_start(WebKitDownload* download)
     g_return_if_fail(priv->timer == NULL);
 
     if (!priv->resourceHandle)
-        priv->resourceHandle = ResourceHandle::create(core(priv->networkRequest), priv->downloadClient, 0, false, false, false);
+        priv->resourceHandle = ResourceHandle::create(core(priv->networkRequest), priv->downloadClient, 0, false, false);
     else {
         priv->resourceHandle->setClient(priv->downloadClient);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list