[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
tony at chromium.org
tony at chromium.org
Wed Mar 17 18:14:56 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 327dc15ac4332eea0d716ff342330cbd81d53f72
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