Index: content/worker/worker_webkitplatformsupport_impl.cc |
diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc |
index d290fe5e6853d85726d5c527366320d46707f19a..d1f1e3834e497073644172fce52adcab4c7a59bc 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.cc |
+++ b/content/worker/worker_webkitplatformsupport_impl.cc |
@@ -94,7 +94,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_)); |
return web_file_system_.get(); |
} |