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

alex at webkit.org alex at webkit.org
Wed Dec 22 14:37:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit eaa79ba9a69d3af0eea0b952a22cbc54f62ccbe1
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 14 07:53:21 2010 +0000

    2010-10-14  Alejandro G. Castro  <alex at igalia.com>
    
            Unreviewed. GTK build fix.
    
            * platform/network/soup/ResourceHandleSoup.cpp:
            (WebCore::sendRequestCallback):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69748 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f5c6d96..b654457 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-14  Alejandro G. Castro  <alex at igalia.com>
+
+        Unreviewed. GTK build fix.
+
+        * platform/network/soup/ResourceHandleSoup.cpp:
+        (WebCore::sendRequestCallback):
+
 2010-10-14  Adrienne Walker  <enne at google.com>
 
         Reviewed by James Robinson.
diff --git a/WebCore/platform/network/soup/ResourceHandleSoup.cpp b/WebCore/platform/network/soup/ResourceHandleSoup.cpp
index f768d8f..d5cb1da 100644
--- a/WebCore/platform/network/soup/ResourceHandleSoup.cpp
+++ b/WebCore/platform/network/soup/ResourceHandleSoup.cpp
@@ -492,7 +492,7 @@ static void sendRequestCallback(GObject* source, GAsyncResult* res, gpointer use
             return;
         }
 
-        if (d->m_soupMessage && soupMessage->status_code == SOUP_STATUS_UNAUTHORIZED) {
+        if (d->m_soupMessage && d->m_soupMessage->status_code == SOUP_STATUS_UNAUTHORIZED) {
             fillResponseFromMessage(soupMsg, &d->m_response);
             client->didReceiveResponse(handle.get(), d->m_response);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list