summaryrefslogtreecommitdiffstats
path: root/dom/media
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-21 16:27:43 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-21 16:27:43 +0200
commita3e8c9f82fb57bdfae9cad40b3d1e6587b73994b (patch)
treea1df91ed9b42387caf1409504cb73d73f42543b7 /dom/media
parentfbdd52ea571bb591e596797f7cc745426b620a97 (diff)
downloadUXP-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')
-rw-r--r--dom/media/gmp/GMPChild.cpp1
-rw-r--r--dom/media/gmp/GMPParent.cpp1
2 files changed, 0 insertions, 2 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"
diff --git a/dom/media/gmp/GMPParent.cpp b/dom/media/gmp/GMPParent.cpp
index beca4d1a3..40c3e5141 100644
--- a/dom/media/gmp/GMPParent.cpp
+++ b/dom/media/gmp/GMPParent.cpp
@@ -22,7 +22,6 @@
#include "MediaPrefs.h"
#include "VideoUtils.h"
-#include "mozilla/dom/CrashReporterParent.h"
using mozilla::ipc::GeckoChildProcessHost;
#include "mozilla/Telemetry.h"