| Index: ppapi/native_client/src/trusted/plugin/plugin.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.cc b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| index da58f43c464160f43cf69e767bbc2a18aba22b85..3a94c212674a326881fa60db820d359921f87fe6 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| @@ -362,9 +362,7 @@ void Plugin::NexeDidCrash(int32_t pp_error) {
|
| PLUGIN_PRINTF(("Plugin::NexeDidCrash (pp_error=%" NACL_PRId32 ")\n",
|
| pp_error));
|
|
|
| - std::string crash_log =
|
| - main_subprocess_.service_runtime()->GetCrashLogOutput();
|
| - nacl_interface_->NexeDidCrash(pp_instance(), crash_log.c_str());
|
| + nacl_interface_->NexeDidCrash(pp_instance());
|
| }
|
|
|
| void Plugin::BitcodeDidTranslate(int32_t pp_error) {
|
|
|