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

tony at chromium.org tony at chromium.org
Thu Apr 8 02:09:17 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 565f23156a5d4cd2e2f86547a5d6d29ec4877af6
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 4 08:03:54 2010 +0000

    2010-03-04  Tony Chang  <tony at chromium.org>
    
            Reviewed by Darin Fisher.
    
            Initialize m_isMultipartPayload in other ResourceResponse ctor.
            In r55451 (bug 35628) I added an extra bool, but only initialized
            it in one constructor.
            https://bugs.webkit.org/show_bug.cgi?id=35719
    
            * platform/network/chromium/ResourceResponse.h:
            (WebCore::ResourceResponse::ResourceResponse):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55508 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 506e7f2..1e933df 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-03-04  Tony Chang  <tony at chromium.org>
+
+        Reviewed by Darin Fisher.
+
+        Initialize m_isMultipartPayload in other ResourceResponse ctor.
+        In r55451 (bug 35628) I added an extra bool, but only initialized
+        it in one constructor.
+        https://bugs.webkit.org/show_bug.cgi?id=35719
+
+        * platform/network/chromium/ResourceResponse.h:
+        (WebCore::ResourceResponse::ResourceResponse):
+
 2010-03-03  Yuta Kitamura  <yutak at chromium.org>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/WebCore/platform/network/chromium/ResourceResponse.h b/WebCore/platform/network/chromium/ResourceResponse.h
index f7a2c6c..469dc56 100644
--- a/WebCore/platform/network/chromium/ResourceResponse.h
+++ b/WebCore/platform/network/chromium/ResourceResponse.h
@@ -39,6 +39,7 @@ namespace WebCore {
             : m_isContentFiltered(false)
             , m_appCacheID(0)
             , m_wasFetchedViaSPDY(false)
+            , m_isMultipartPayload(false)
         {
         }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list