mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1039575 followup to fix --disable-crashreporter builds r=bustage
This commit is contained in:
parent
793520eac4
commit
6a1e7fc555
@ -15,10 +15,10 @@
|
||||
#include "mozIGeckoMediaPluginService.h"
|
||||
#include "mozilla/unused.h"
|
||||
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
#include "mozilla/dom/CrashReporterParent.h"
|
||||
|
||||
using mozilla::dom::CrashReporterParent;
|
||||
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
using CrashReporter::AnnotationTable;
|
||||
using CrashReporter::GetIDFromMinidump;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user