Commit 9ae967fe authored by Bill Budge's avatar Bill Budge Committed by Commit Bot

Fix fuschia build.

Bug:chromium:756050
Change-Id: Ib65c9c4c19266eb1c6119367397be0769cfcc7a1

TBR=ulan@chromium.org

Change-Id: Ib65c9c4c19266eb1c6119367397be0769cfcc7a1
Reviewed-on: https://chromium-review.googlesource.com/740083Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Bill Budge <bbudge@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48984}
parent c0863769
...@@ -73,6 +73,7 @@ bool g_hard_abort = false; ...@@ -73,6 +73,7 @@ bool g_hard_abort = false;
const char* g_gc_fake_mmap = nullptr; const char* g_gc_fake_mmap = nullptr;
#if !V8_OS_FUCHSIA
#if V8_OS_MACOSX #if V8_OS_MACOSX
// kMmapFd is used to pass vm_alloc flags to tag the region with the user // kMmapFd is used to pass vm_alloc flags to tag the region with the user
// defined tag 255 This helps identify V8-allocated regions in memory analysis // defined tag 255 This helps identify V8-allocated regions in memory analysis
...@@ -95,6 +96,7 @@ int GetProtectionFromMemoryPermission(OS::MemoryPermission access) { ...@@ -95,6 +96,7 @@ int GetProtectionFromMemoryPermission(OS::MemoryPermission access) {
} }
UNREACHABLE(); UNREACHABLE();
} }
#endif // !V8_OS_FUCHSIA
} // namespace } // namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment