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 | 5bf724061b3738434612c4c2d0fe5fd4699c8899 (patch) | |
tree | a1df91ed9b42387caf1409504cb73d73f42543b7 /toolkit | |
parent | 95587fa40d6ed2432e24b637f4d176807366198e (diff) | |
download | aura-central-5bf724061b3738434612c4c2d0fe5fd4699c8899.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 2ac030089..b6237a7a4 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" |