summaryrefslogtreecommitdiff
path: root/dom/base
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-30 08:50:58 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-03-30 08:50:58 +0200
commita60cbea805638a23403d7fbd2a0634fd808cded0 (patch)
tree69c6e2296c4e183ecbe6cfd1e856619e3715ae01 /dom/base
parenta1ae0a5baaf2111d2264dc1f2ceea53bdcdd3880 (diff)
downloaduxp-a60cbea805638a23403d7fbd2a0634fd808cded0.tar.gz
Remove base conditional code for crash reporter and injector.
Diffstat (limited to 'dom/base')
-rw-r--r--dom/base/nsFrameMessageManager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/base/nsFrameMessageManager.cpp b/dom/base/nsFrameMessageManager.cpp
index a4bba48560..049bc0a1ae 100644
--- a/dom/base/nsFrameMessageManager.cpp
+++ b/dom/base/nsFrameMessageManager.cpp
@@ -51,10 +51,6 @@
#include <algorithm>
#include "chrome/common/ipc_channel.h" // for IPC::Channel::kMaximumMessageSize
-#ifdef MOZ_CRASHREPORTER
-#include "nsExceptionHandler.h"
-#endif
-
#ifdef ANDROID
#include <android/log.h>
#endif