Bug 806515 - Part 2: use the URL field for content crash. r=kairo

--HG--
extra : rebase_source : 1e2ccc8af82adeec4b3cddf8c40af4406b6b1b38
This commit is contained in:
Hubert Figuière 2012-12-27 12:36:28 -05:00
Родитель a3f38a3a84
Коммит 1301f9f2b6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -649,7 +649,7 @@ ContentParent::ActorDestroy(ActorDestroyReason why)
CrashReporterParent* crashReporter =
static_cast<CrashReporterParent*>(ManagedPCrashReporterParent()[0]);
crashReporter->AnnotateCrashReport(NS_LITERAL_CSTRING("AppManifestURL"),
crashReporter->AnnotateCrashReport(NS_LITERAL_CSTRING("URL"),
NS_ConvertUTF16toUTF8(mAppManifestURL));
crashReporter->GenerateCrashReport(this, NULL);