| Index: net/http/partial_data.cc
|
| diff --git a/net/http/partial_data.cc b/net/http/partial_data.cc
|
| index 799c3faff35daaba4c7b057328581ef2c0667006..68d80487e4354e3e7103a9f67421bef0582d154a 100644
|
| --- a/net/http/partial_data.cc
|
| +++ b/net/http/partial_data.cc
|
| @@ -106,6 +106,15 @@ void PartialData::Core::OnIOComplete(int result) {
|
|
|
| // -----------------------------------------------------------------------------
|
|
|
| +PartialData::PartialData()
|
| + : range_present_(false),
|
| + final_range_(false),
|
| + sparse_entry_(true),
|
| + truncated_(false),
|
| + core_(NULL),
|
| + callback_(NULL) {
|
| +}
|
| +
|
| PartialData::~PartialData() {
|
| if (core_)
|
| core_->Cancel();
|
|
|