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:
Ehsan Akhgari 2011-02-03 21:43:29 +13:00
Родитель 94dbe6b893
Коммит d229a4ae14
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 += ")";