| 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 d96047122b3354e8e92e24ceecff3a21d7569cf2..adf614d5831b38713e7b3720a9d3f6969b921d90 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.cc
|
| @@ -395,9 +395,7 @@ void Plugin::NexeDidCrash(int32_t pp_error) {
|
| " non-PP_OK arg -- SHOULD NOT HAPPEN\n"));
|
| }
|
|
|
| - 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) {
|
|
|