diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-21 16:27:43 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-21 16:27:43 +0200 |
commit | a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b (patch) | |
tree | a1df91ed9b42387caf1409504cb73d73f42543b7 /dom/ipc/ContentChild.cpp | |
parent | fbdd52ea571bb591e596797f7cc745426b620a97 (diff) | |
download | UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.gz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.lz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.xz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.zip |
Remove stubbed IPC CrashReporter(Parent/Child)
Diffstat (limited to 'dom/ipc/ContentChild.cpp')
-rw-r--r-- | dom/ipc/ContentChild.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dom/ipc/ContentChild.cpp b/dom/ipc/ContentChild.cpp index 532a9a3a4..bf8aca1e6 100644 --- a/dom/ipc/ContentChild.cpp +++ b/dom/ipc/ContentChild.cpp @@ -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; |