diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-21 16:27:43 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-21 16:27:43 +0200 |
commit | a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b (patch) | |
tree | a1df91ed9b42387caf1409504cb73d73f42543b7 /dom/media/gmp/GMPChild.cpp | |
parent | fbdd52ea571bb591e596797f7cc745426b620a97 (diff) | |
download | UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.gz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.lz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.xz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.zip |
Remove stubbed IPC CrashReporter(Parent/Child)
Diffstat (limited to 'dom/media/gmp/GMPChild.cpp')
-rw-r--r-- | dom/media/gmp/GMPChild.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/media/gmp/GMPChild.cpp b/dom/media/gmp/GMPChild.cpp index ad08d3950..14b06cc72 100644 --- a/dom/media/gmp/GMPChild.cpp +++ b/dom/media/gmp/GMPChild.cpp @@ -18,7 +18,6 @@ #include "gmp-video-decode.h" #include "gmp-video-encode.h" #include "GMPPlatform.h" -#include "mozilla/dom/CrashReporterChild.h" #include "mozilla/ipc/ProcessChild.h" #include "GMPUtils.h" #include "prio.h" |