Followup to bug 769048 part F - actually annotate the crash report with the notes we've carefully collected, r=captain-obvious

This commit is contained in:
Benjamin Smedberg
2012-07-06 13:08:19 -04:00
parent d8c0caa348
commit 10f1b44ae5

View File

@@ -1273,6 +1273,7 @@ PluginModuleParent::OnCrash(DWORD processID, const nsAString& aDumpID)
else {
NS_ERROR("Got minidump for Flash process neither broker nor sandbox.");
}
CrashReporter::AppendExtraData(aDumpID, notes);
GetIPCChannel()->CloseWithError();
KillProcess(OtherProcess(), 1, false);