We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c214a3 commit 11a0593Copy full SHA for 11a0593
deps/v8/test/cctest/heap/test-heap.cc
@@ -6781,8 +6781,8 @@ HEAP_TEST(CodeLargeObjectSpace){
6781
AllocationAlignment::kCodeAligned);
6782
6783
CHECK(allocation.ToObjectChecked().address() == allocation_tracker.address());
6784
- heap->CreateFillerObjectAt(allocation.ToAddress(), size_in_bytes,
6785
- ClearRecordedSlots::kNo);
+ heap->CreateFillerObjectAt(allocation.ToObjectChecked().address(),
+size_in_bytes, ClearRecordedSlots::kNo);
6786
heap->RemoveHeapObjectAllocationTracker(&allocation_tracker);
6787
}
6788
0 commit comments