summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_appcache_system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/simple_appcache_system.cc')
-rw-r--r--webkit/tools/test_shell/simple_appcache_system.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/simple_appcache_system.cc b/webkit/tools/test_shell/simple_appcache_system.cc
index b07313a..8627b66 100644
--- a/webkit/tools/test_shell/simple_appcache_system.cc
+++ b/webkit/tools/test_shell/simple_appcache_system.cc
@@ -303,7 +303,8 @@ SimpleAppCacheSystem::~SimpleAppCacheSystem() {
void SimpleAppCacheSystem::InitOnUIThread(
const FilePath& cache_directory) {
DCHECK(!ui_message_loop_);
- AppCacheThread::InitIDs(DB_THREAD_ID, IO_THREAD_ID);
+ // TODO(michaeln): provide a cache_thread message loop
+ AppCacheThread::Init(DB_THREAD_ID, IO_THREAD_ID, NULL);
ui_message_loop_ = MessageLoop::current();
cache_directory_ = cache_directory;
}