| Index: webkit/common/blob/blob_data.cc
|
| diff --git a/webkit/common/blob/blob_data.cc b/webkit/common/blob/blob_data.cc
|
| index 0934b2a2d95ddcf4032a77207541c9b9a5d9d1a9..368186195163ad219c0705a0625e09c1e7bb70d6 100644
|
| --- a/webkit/common/blob/blob_data.cc
|
| +++ b/webkit/common/blob/blob_data.cc
|
| @@ -33,12 +33,6 @@ void BlobData::AppendFile(const base::FilePath& file_path,
|
| expected_modification_time);
|
| }
|
|
|
| -void BlobData::AppendBlob(const GURL& blob_url, uint64 offset, uint64 length) {
|
| - DCHECK_GT(length, 0ul);
|
| - items_.push_back(Item());
|
| - items_.back().SetToBlobUrlRange(blob_url, offset, length);
|
| -}
|
| -
|
| void BlobData::AppendBlob(const std::string& uuid,
|
| uint64 offset, uint64 length) {
|
| DCHECK_GT(length, 0ul);
|
|
|