| Index: webkit/browser/blob/blob_storage_context.cc
|
| diff --git a/webkit/browser/blob/blob_storage_context.cc b/webkit/browser/blob/blob_storage_context.cc
|
| index 89f75afd5aee1a6a51a0299a0fddb40d586e1d99..123f398207db2bb5a0386b8d055a913c0478380f 100644
|
| --- a/webkit/browser/blob/blob_storage_context.cc
|
| +++ b/webkit/browser/blob/blob_storage_context.cc
|
| @@ -67,7 +67,7 @@ scoped_ptr<BlobDataHandle> BlobStorageContext::GetBlobDataFromUUID(
|
| return result.Pass();
|
| DCHECK(!(found->second.flags & BEING_BUILT));
|
| result.reset(new BlobDataHandle(
|
| - found->second.data.get(), this, base::MessageLoopProxy::current()));
|
| + found->second.data.get(), this, base::MessageLoopProxy::current().get()));
|
| return result.Pass();
|
| }
|
|
|
|
|