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 /toolkit | |
parent | fbdd52ea571bb591e596797f7cc745426b620a97 (diff) | |
download | uxp-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.gz |
Remove stubbed IPC CrashReporter(Parent/Child)
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/crashreporter/nsExceptionHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/crashreporter/nsExceptionHandler.cpp b/toolkit/crashreporter/nsExceptionHandler.cpp index 2ac0300897..b6237a7a40 100644 --- a/toolkit/crashreporter/nsExceptionHandler.cpp +++ b/toolkit/crashreporter/nsExceptionHandler.cpp @@ -10,7 +10,6 @@ #include "nsDirectoryServiceDefs.h" #include "nsDataHashtable.h" #include "mozilla/ArrayUtils.h" -#include "mozilla/dom/CrashReporterChild.h" #include "mozilla/ipc/CrashReporterClient.h" #include "mozilla/Services.h" #include "nsIObserverService.h" |