summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-04-01 13:04:33 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-04-01 13:04:33 +0200
commitbfc97728065cbbc7f6bbc281b654a2d1e079b48d (patch)
tree152e4b2334b12441ba167231f98e177d9d4b9869 /toolkit
parenta2786c051173286c9d7ccee2c3c6a19c15966322 (diff)
downloadUXP-bfc97728065cbbc7f6bbc281b654a2d1e079b48d.tar
UXP-bfc97728065cbbc7f6bbc281b654a2d1e079b48d.tar.gz
UXP-bfc97728065cbbc7f6bbc281b654a2d1e079b48d.tar.lz
UXP-bfc97728065cbbc7f6bbc281b654a2d1e079b48d.tar.xz
UXP-bfc97728065cbbc7f6bbc281b654a2d1e079b48d.zip
Unhook CR exception handler.
Tag #20
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/xre/nsAndroidStartup.cpp1
-rw-r--r--toolkit/xre/nsEmbedFunctions.cpp1
-rw-r--r--toolkit/xre/nsX11ErrorHandler.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/xre/nsAndroidStartup.cpp b/toolkit/xre/nsAndroidStartup.cpp
index 47b9ec6e5..68ad75c01 100644
--- a/toolkit/xre/nsAndroidStartup.cpp
+++ b/toolkit/xre/nsAndroidStartup.cpp
@@ -17,7 +17,6 @@
#include "nsIFile.h"
#include "nsAppRunner.h"
#include "APKOpen.h"
-#include "nsExceptionHandler.h"
#define LOG(args...) __android_log_print(ANDROID_LOG_INFO, MOZ_APP_NAME, args)
diff --git a/toolkit/xre/nsEmbedFunctions.cpp b/toolkit/xre/nsEmbedFunctions.cpp
index 3757dec2f..52b443770 100644
--- a/toolkit/xre/nsEmbedFunctions.cpp
+++ b/toolkit/xre/nsEmbedFunctions.cpp
@@ -32,7 +32,6 @@
#include "nsAppRunner.h"
#include "nsAutoRef.h"
#include "nsDirectoryServiceDefs.h"
-#include "nsExceptionHandler.h"
#include "nsString.h"
#include "nsThreadUtils.h"
#include "nsJSUtils.h"
diff --git a/toolkit/xre/nsX11ErrorHandler.cpp b/toolkit/xre/nsX11ErrorHandler.cpp
index 0fb0d29c5..9a6888adf 100644
--- a/toolkit/xre/nsX11ErrorHandler.cpp
+++ b/toolkit/xre/nsX11ErrorHandler.cpp
@@ -7,7 +7,6 @@
#include "prenv.h"
#include "nsXULAppAPI.h"
-#include "nsExceptionHandler.h"
#include "nsDebug.h"
#include "mozilla/X11Util.h"