зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1539796 - Ccov build: fatal error: 'mozilla/Sandbox.h' file not found r=Alex_Gaynor
Add missing MOZ_SANDBOX preprocessor check before including Sandbox.h to fix the code coverage build. Remove unused nsMacUtilsImpl.h #include. Differential Revision: https://phabricator.services.mozilla.com/D25287 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
89d52ec831
Коммит
77067ec91d
|
@ -11,9 +11,8 @@
|
|||
|
||||
#include "RDDChild.h"
|
||||
|
||||
#if defined(XP_MACOSX)
|
||||
#if defined(XP_MACOSX) && defined(MOZ_SANDBOX)
|
||||
# include "mozilla/Sandbox.h"
|
||||
# include "nsMacUtilsImpl.h"
|
||||
#endif
|
||||
|
||||
namespace mozilla {
|
||||
|
|
Загрузка…
Ссылка в новой задаче