| Index: net/http/http_cache_transaction.cc
|
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
|
| index 58288f4027b96f17dc2139a8565a1320eb3ee8eb..873ccf4f4e0bac304a321c08ed051d7eef82c0e0 100644
|
| --- a/net/http/http_cache_transaction.cc
|
| +++ b/net/http/http_cache_transaction.cc
|
| @@ -1801,7 +1801,7 @@ int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) {
|
| DCHECK_EQ(200, response_.headers->response_code());
|
| }
|
|
|
| - scoped_refptr<PickledIOBuffer> data = new PickledIOBuffer();
|
| + scoped_refptr<PickledIOBuffer> data(new PickledIOBuffer());
|
| response_.Persist(data->pickle(), skip_transient_headers, truncated);
|
| data->Done();
|
|
|
|
|