Bug 1730747: Fix unused-var build warning in GMPProcessParent.cpp, by wrapping variable decl in the same ifdef as its usage. r=bryce

Differential Revision: https://phabricator.services.mozilla.com/D125589
This commit is contained in:
Daniel Holbert 2021-09-14 19:47:12 +00:00
Родитель 886ed09b00
Коммит 8068f84c3b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -32,7 +32,9 @@ using std::vector;
using mozilla::gmp::GMPProcessParent;
using mozilla::ipc::GeckoChildProcessHost;
#ifdef MOZ_WIDGET_ANDROID
static const int kInvalidFd = -1;
#endif
namespace mozilla::gmp {