| Index: content/browser/plugin_loader_posix.cc
|
| diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
|
| index b01f385c076c1b3a148bc614e596e1be1b64cfd1..120ab550ef58bb72eee19b2a50811dbdc00b6ba8 100644
|
| --- a/content/browser/plugin_loader_posix.cc
|
| +++ b/content/browser/plugin_loader_posix.cc
|
| @@ -58,7 +58,7 @@ void PluginLoaderPosix::OnProcessCrashed(int exit_code) {
|
| }
|
|
|
| bool PluginLoaderPosix::Send(IPC::Message* message) {
|
| - if (process_host_)
|
| + if (process_host_.get())
|
| return process_host_->Send(message);
|
| return false;
|
| }
|
|
|