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..09c7a7b85b4ffad9f6e4827d201aeaac995c9952 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.cc |
+++ b/content/worker/worker_webkitplatformsupport_impl.cc |
@@ -96,7 +96,8 @@ 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_, |
+ thread_safe_sender_.get())); |
return web_file_system_.get(); |
} |