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

Unified Diff: content/child/indexed_db/indexed_db_message_filter.cc

Issue 2500263003: Port messages sent by WebIDBCursorImpl to Mojo. (Closed)
Patch Set: Address dcheng@'s comments. Created 4 years, 1 month 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/child/indexed_db/indexed_db_dispatcher.cc ('k') | content/child/indexed_db/webidbcursor_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/indexed_db/indexed_db_message_filter.cc
diff --git a/content/child/indexed_db/indexed_db_message_filter.cc b/content/child/indexed_db/indexed_db_message_filter.cc
index 6b3fd9ef83470e6380e110a6b24e6561908eac4c..a1d4222e1cf13f55570ccfbf33dc73a9686f9bd4 100644
--- a/content/child/indexed_db/indexed_db_message_filter.cc
+++ b/content/child/indexed_db/indexed_db_message_filter.cc
@@ -24,8 +24,7 @@ bool IndexedDBMessageFilter::ShouldHandleMessage(
void IndexedDBMessageFilter::OnFilteredMessageReceived(
const IPC::Message& msg) {
- IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender())
- ->OnMessageReceived(msg);
+ IndexedDBDispatcher::ThreadSpecificInstance()->OnMessageReceived(msg);
}
bool IndexedDBMessageFilter::GetWorkerThreadIdForMessage(
« no previous file with comments | « content/child/indexed_db/indexed_db_dispatcher.cc ('k') | content/child/indexed_db/webidbcursor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698