Index: trunk/src/content/worker/worker_webkitplatformsupport_impl.cc |
=================================================================== |
--- trunk/src/content/worker/worker_webkitplatformsupport_impl.cc (revision 214653) |
+++ trunk/src/content/worker/worker_webkitplatformsupport_impl.cc (working copy) |
@@ -99,7 +99,7 @@ |
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(); |
} |
Property changes on: trunk/src/content/worker/worker_webkitplatformsupport_impl.cc |
___________________________________________________________________ |
Deleted: svn:mergeinfo |