Commit 72484a6a authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Add V8_EXPORT_PRIVATE to v8::internal::GetRandomMmapAddr()

To unbreak the component build of unittests on Mac after #48124.

Bug: chromium:768094
Change-Id: I0e0f4ade0e19a71554f68e7050c525376f125ae5
Reviewed-on: https://chromium-review.googlesource.com/682094Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48146}
parent 54f1f4df
......@@ -160,7 +160,7 @@ bool AlignedAllocVirtualMemory(size_t size, size_t alignment, void* hint,
VirtualMemory* result);
// Generate a random address to be used for hinting mmap().
void* GetRandomMmapAddr();
V8_EXPORT_PRIVATE void* GetRandomMmapAddr();
} // namespace internal
} // namespace v8
......
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