diff options
Diffstat (limited to 'deps/v8/src/heap/memory-chunk-layout.h')
-rw-r--r-- | deps/v8/src/heap/memory-chunk-layout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/heap/memory-chunk-layout.h b/deps/v8/src/heap/memory-chunk-layout.h index 9a76730e82..69c1151f2e 100644 --- a/deps/v8/src/heap/memory-chunk-layout.h +++ b/deps/v8/src/heap/memory-chunk-layout.h @@ -57,7 +57,6 @@ class V8_EXPORT_PRIVATE MemoryChunkLayout { FIELD(SlotSet* [kNumSets], SlotSet), FIELD(ProgressBar, ProgressBar), FIELD(std::atomic<intptr_t>, LiveByteCount), - FIELD(SlotSet*, SweepingSlotSet), FIELD(TypedSlotsSet* [kNumSets], TypedSlotSet), FIELD(void* [kNumSets], InvalidatedSlots), FIELD(base::Mutex*, Mutex), |