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 | c71331a94d07d3202c0e35e80129da9882c07d0e (patch) | |
tree | 152e4b2334b12441ba167231f98e177d9d4b9869 /gfx | |
parent | 4b48745aaebfcad71eabc1c9c2e5bf5008059ded (diff) | |
download | uxp-c71331a94d07d3202c0e35e80129da9882c07d0e.tar.gz |
Unhook CR exception handler.
Tag mcp-graveyard/UXP#20
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/ipc/GPUParent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/ipc/GPUParent.cpp b/gfx/ipc/GPUParent.cpp index 9ff6cba9ec..6833f5690a 100644 --- a/gfx/ipc/GPUParent.cpp +++ b/gfx/ipc/GPUParent.cpp @@ -24,7 +24,6 @@ #include "mozilla/dom/VideoDecoderManagerChild.h" #include "mozilla/layers/LayerTreeOwnerTracker.h" #include "nsDebugImpl.h" -#include "nsExceptionHandler.h" #include "nsThreadManager.h" #include "prenv.h" #include "ProcessUtils.h" |