| Index: content/browser/net/view_http_cache_job_factory.cc
|
| diff --git a/content/browser/net/view_http_cache_job_factory.cc b/content/browser/net/view_http_cache_job_factory.cc
|
| index 7738f8f111e5b308595baa8db096534a09aaa8ff..9eece525fe6746b166bfd820581cf59318c338e3 100644
|
| --- a/content/browser/net/view_http_cache_job_factory.cc
|
| +++ b/content/browser/net/view_http_cache_job_factory.cc
|
| @@ -103,7 +103,7 @@ void ViewHttpCacheJob::Start() {
|
|
|
| void ViewHttpCacheJob::Kill() {
|
| weak_factory_.InvalidateWeakPtrs();
|
| - if (core_) {
|
| + if (core_.get()) {
|
| core_->Orphan();
|
| core_ = NULL;
|
| }
|
|
|