| Index: ppapi/proxy/plugin_globals.cc
|
| diff --git a/ppapi/proxy/plugin_globals.cc b/ppapi/proxy/plugin_globals.cc
|
| index d361ae1191950b56cf9844ab0aa0983536199bf8..82e16ffe328582f2a5bade188fad7057d1e4e4be 100644
|
| --- a/ppapi/proxy/plugin_globals.cc
|
| +++ b/ppapi/proxy/plugin_globals.cc
|
| @@ -172,7 +172,7 @@ base::TaskRunner* PluginGlobals::GetFileTaskRunner() {
|
| options.message_loop_type = base::MessageLoop::TYPE_IO;
|
| file_thread_->StartWithOptions(options);
|
| }
|
| - return file_thread_->message_loop_proxy();
|
| + return file_thread_->message_loop_proxy().get();
|
| }
|
|
|
| void PluginGlobals::MarkPluginIsActive() {
|
|
|