| Index: content/worker/worker_webkitplatformsupport_impl.cc
|
| ===================================================================
|
| --- content/worker/worker_webkitplatformsupport_impl.cc (revision 208777)
|
| +++ content/worker/worker_webkitplatformsupport_impl.cc (working copy)
|
| @@ -205,7 +205,7 @@
|
|
|
| WebKit::WebIDBFactory* WorkerWebKitPlatformSupportImpl::idbFactory() {
|
| if (!web_idb_factory_)
|
| - web_idb_factory_.reset(new RendererWebIDBFactoryImpl());
|
| + web_idb_factory_.reset(new RendererWebIDBFactoryImpl(thread_safe_sender_));
|
| return web_idb_factory_.get();
|
| }
|
|
|
|
|