diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-24 19:53:20 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-24 19:53:20 +0200 |
commit | b565e2c227af2cbcbc3573c1f874fd9e809bd5fe (patch) | |
tree | 7affe21f7cbdfc4e5edf14c5d5f3d8d2da824af7 | |
parent | 19334fd5af4b6335fd6800c8f17484f938649a64 (diff) | |
download | UXP-b565e2c227af2cbcbc3573c1f874fd9e809bd5fe.tar UXP-b565e2c227af2cbcbc3573c1f874fd9e809bd5fe.tar.gz UXP-b565e2c227af2cbcbc3573c1f874fd9e809bd5fe.tar.lz UXP-b565e2c227af2cbcbc3573c1f874fd9e809bd5fe.tar.xz UXP-b565e2c227af2cbcbc3573c1f874fd9e809bd5fe.zip |
Remove CrashReporterParent leftover.
Tag #20.
-rwxr-xr-x | dom/plugins/ipc/PluginModuleParent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/plugins/ipc/PluginModuleParent.cpp b/dom/plugins/ipc/PluginModuleParent.cpp index 7b0e03538..2489baf16 100755 --- a/dom/plugins/ipc/PluginModuleParent.cpp +++ b/dom/plugins/ipc/PluginModuleParent.cpp @@ -55,7 +55,6 @@ using base::KillProcess; using mozilla::PluginLibrary; using mozilla::ipc::MessageChannel; using mozilla::ipc::GeckoChildProcessHost; -using mozilla::dom::CrashReporterParent; using namespace mozilla; using namespace mozilla::plugins; |