Index: ppapi/proxy/proxy_channel.cc |
diff --git a/ppapi/proxy/proxy_channel.cc b/ppapi/proxy/proxy_channel.cc |
index 45c2a77955aabf3a05afd22e917491c99f245c80..6753fbf55a3eb7e73d37c86251f11143fe4ffcf1 100644 |
--- a/ppapi/proxy/proxy_channel.cc |
+++ b/ppapi/proxy/proxy_channel.cc |
@@ -35,7 +35,7 @@ bool ProxyChannel::InitWithChannel(Delegate* delegate, |
? IPC::Channel::MODE_CLIENT |
: IPC::Channel::MODE_SERVER; |
channel_ = IPC::SyncChannel::Create(channel_handle, mode, this, |
- delegate->GetIPCMessageLoop(), true, |
+ delegate->GetIPCTaskRunner(), true, |
delegate->GetShutdownEvent()); |
return true; |
} |