mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 977805 - add missing #include. r=jandem
This commit is contained in:
parent
dec2e7118d
commit
e3523a91ec
@ -29,6 +29,10 @@
|
||||
|
||||
#include "js/MemoryMetrics.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <TargetConditionals.h>
|
||||
#endif
|
||||
|
||||
using namespace js::jit;
|
||||
|
||||
size_t ExecutableAllocator::pageSize = 0;
|
||||
@ -62,7 +66,7 @@ ExecutableAllocator::addSizeOfCode(JS::CodeSizes* sizes) const
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef TARGET_OS_IPHONE
|
||||
#if TARGET_OS_IPHONE
|
||||
bool ExecutableAllocator::nonWritableJitCode = true;
|
||||
#else
|
||||
bool ExecutableAllocator::nonWritableJitCode = false;
|
||||
|
Loading…
Reference in New Issue
Block a user