Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: content/worker/worker_webkitplatformsupport_impl.cc

Issue 17955002: Fix IndexedDB after r208777. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix unittests Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/worker/worker_thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « content/worker/worker_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698