summaryrefslogtreecommitdiffstats
path: root/webkit/support/simple_appcache_system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support/simple_appcache_system.cc')
-rw-r--r--webkit/support/simple_appcache_system.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/support/simple_appcache_system.cc b/webkit/support/simple_appcache_system.cc
index bf87be9..145cceb 100644
--- a/webkit/support/simple_appcache_system.cc
+++ b/webkit/support/simple_appcache_system.cc
@@ -410,8 +410,8 @@ void SimpleAppCacheSystem::InitOnIOThread(
service_ = new appcache::AppCacheService(NULL);
backend_impl_ = new appcache::AppCacheBackendImpl();
service_->Initialize(cache_directory_,
- db_thread_.message_loop_proxy(),
- SimpleResourceLoaderBridge::GetCacheThread());
+ db_thread_.message_loop_proxy().get(),
+ SimpleResourceLoaderBridge::GetCacheThread().get());
service_->set_request_context(request_context);
backend_impl_->Initialize(service_, frontend_proxy_.get(), kSingleProcessId);