зеркало из https://github.com/mozilla/pjs.git
Bug 631156 - Bug 628885 breaks non-libxul builds with an undefined reference error for CrashReporter::AppendAppNotesToCrashReport(nsACString_internal const&), r=cjones,a=roc
This commit is contained in:
Родитель
94dbe6b893
Коммит
d229a4ae14
|
@ -334,7 +334,7 @@ NS_DebugBreak(PRUint32 aSeverity, const char *aStr, const char *aExpr,
|
|||
return;
|
||||
|
||||
case NS_DEBUG_ABORT: {
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
#if defined(MOZ_CRASHREPORTER) && defined(MOZ_ENABLE_LIBXUL)
|
||||
nsCString note("xpcom_runtime_abort(");
|
||||
note += buf.buffer;
|
||||
note += ")";
|
||||
|
|
Загрузка…
Ссылка в новой задаче