| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index a32122dbfb6b779fc7a540ee6955488e57abb63c..0f7349752bd6cfaf4b0a0f55e1e489552536c852 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -150,7 +150,7 @@ void PpapiThread::Shutdown() {
|
|
|
| bool PpapiThread::Send(IPC::Message* msg) {
|
| // Allow access from multiple threads.
|
| - if (message_loop()->task_runner()->BelongsToCurrentThread())
|
| + if (main_task_runner()->BelongsToCurrentThread())
|
| return ChildThreadImpl::Send(msg);
|
|
|
| return sync_message_filter()->Send(msg);
|
|
|