mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Remove stubbed IPC CrashReporter(Parent/Child)
This commit is contained in:
parent
a3f981092e
commit
ad8dedfc91
11 changed files with 1 additions and 91 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#include "ContentChild.h"
|
||||
|
||||
#include "BlobChild.h"
|
||||
#include "CrashReporterChild.h"
|
||||
#include "GeckoProfiler.h"
|
||||
#include "TabChild.h"
|
||||
#include "HandlerServiceChild.h"
|
||||
|
|
@ -534,8 +533,7 @@ ContentChild::Init(MessageLoop* aIOLoop,
|
|||
NS_ASSERTION(!sSingleton, "only one ContentChild per child");
|
||||
|
||||
// Once we start sending IPC messages, we need the thread manager to be
|
||||
// initialized so we can deal with the responses. Do that here before we
|
||||
// try to construct the crash reporter.
|
||||
// initialized so we can deal with the responses. Do that here.
|
||||
nsresult rv = nsThreadManager::get().Init();
|
||||
if (NS_WARN_IF(NS_FAILED(rv))) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue