Bug 1403358 Only reference ActivationContext if Acessibility is enabled r=aklotz

This also enables the crash reporter on the MinGW build, as this is the
only thing blocking that from working.

MozReview-Commit-ID: Hygd7UUQvwl

--HG--
extra : rebase_source : a4a12b8edaa5b1fba869d6f7c21fc8444be2d9d7
This commit is contained in:
Tom Ritter 2017-10-26 15:09:50 -05:00
parent 4f02235ca5
commit 433d959e05
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,6 @@ ac_add_options --disable-stylo # Bug 1390583
# These aren't supported on mingw at this time
ac_add_options --disable-webrtc # Bug 1393901
ac_add_options --disable-crashreporter # Bug 1391685
ac_add_options --disable-maintenance-service
# Find our toolchain

View File

@ -343,7 +343,7 @@ ProxyStream::ProxyStream(REFIID aIID, IUnknown* aObject, Environment* aEnv,
return;
}
#if defined(MOZ_CRASHREPORTER)
#if defined(ACCESSIBILITY) && defined(MOZ_CRASHREPORTER)
ActivationContext::GetCurrentManifestPath(manifestPath);
#endif // defined(MOZ_CRASHREPORTER)