| Index: trunk/src/content/worker/worker_webkitplatformsupport_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/worker/worker_webkitplatformsupport_impl.cc (revision 214597)
|
| +++ 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(child_thread_loop_.get()));
|
| + web_file_system_.reset(new WebFileSystemImpl());
|
| return web_file_system_.get();
|
| }
|
|
|
|
|
| Property changes on: trunk/src/content/worker/worker_webkitplatformsupport_impl.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|