Index: mojo/runner/context.cc |
diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc |
index 47a9561be1f804ca3db8c704175be1e8c622563a..6eed031ad252c30c266f7474c21dec90add43bc7 100644 |
--- a/mojo/runner/context.cc |
+++ b/mojo/runner/context.cc |
@@ -276,7 +276,7 @@ bool Context::Init() { |
EnsureEmbedderIsInitialized(); |
task_runners_.reset( |
- new TaskRunners(base::MessageLoop::current()->message_loop_proxy())); |
+ new TaskRunners(base::MessageLoop::current()->task_runner())); |
// TODO(vtl): Probably these failures should be checked before |Init()|, and |
// this function simply shouldn't fail. |