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

Unified Diff: content/worker/worker_thread.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
Index: content/worker/worker_thread.cc
===================================================================
--- content/worker/worker_thread.cc (revision 208777)
+++ content/worker/worker_thread.cc (working copy)
@@ -47,7 +47,7 @@
channel()->AddFilter(db_message_filter_.get());
indexed_db_message_filter_ = new IndexedDBMessageFilter(
- sync_message_filter());
+ thread_safe_sender());
channel()->AddFilter(indexed_db_message_filter_.get());
const CommandLine& command_line = *CommandLine::ForCurrentProcess();
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/worker/worker_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698