Commit 17f686b1 authored by Adam Klein's avatar Adam Klein Committed by V8 LUCI CQ

[heap] Fix component build

Change-Id: I88ea54d02bb6600acc1105dce112285c68861007
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3423667Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
Commit-Queue: Adam Klein <adamk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78853}
parent 2142cc79
...@@ -511,7 +511,7 @@ class MarkCompactCollector final : public MarkCompactCollectorBase { ...@@ -511,7 +511,7 @@ class MarkCompactCollector final : public MarkCompactCollectorBase {
uint32_t offset; uint32_t offset;
}; };
static bool IsMapOrForwardedMap(Map map); static V8_EXPORT_PRIVATE bool IsMapOrForwardedMap(Map map);
static bool ShouldRecordRelocSlot(Code host, RelocInfo* rinfo, static bool ShouldRecordRelocSlot(Code host, RelocInfo* rinfo,
HeapObject target); HeapObject target);
......
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