diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-04-01 13:04:33 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-04-01 13:04:33 +0200 |
commit | bfc97728065cbbc7f6bbc281b654a2d1e079b48d (patch) | |
tree | 152e4b2334b12441ba167231f98e177d9d4b9869 /toolkit/xre/nsEmbedFunctions.cpp | |
parent | a2786c051173286c9d7ccee2c3c6a19c15966322 (diff) | |
download | UXP-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/xre/nsEmbedFunctions.cpp')
-rw-r--r-- | toolkit/xre/nsEmbedFunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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" |