Index: content/worker/worker_webkitplatformsupport_impl.cc |
diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc |
index 9832a42c9b1c8bbf15757a3d3cf7fc878b0f4d74..e7abf764aca26fb26189854c9f8a631ee33eaeee 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.cc |
+++ b/content/worker/worker_webkitplatformsupport_impl.cc |
@@ -96,7 +96,7 @@ WebMimeRegistry* WorkerWebKitPlatformSupportImpl::mimeRegistry() { |
WebFileSystem* WorkerWebKitPlatformSupportImpl::fileSystem() { |
if (!web_file_system_) |
- web_file_system_.reset(new WebFileSystemImpl()); |
+ web_file_system_.reset(new WebFileSystemImpl(child_thread_loop_.get())); |
return web_file_system_.get(); |
} |