summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/heap/memory-chunk-layout.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/heap/memory-chunk-layout.cc')
-rw-r--r--chromium/v8/src/heap/memory-chunk-layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/heap/memory-chunk-layout.cc b/chromium/v8/src/heap/memory-chunk-layout.cc
index d4e1d1267eb..c4ba3d2f9d5 100644
--- a/chromium/v8/src/heap/memory-chunk-layout.cc
+++ b/chromium/v8/src/heap/memory-chunk-layout.cc
@@ -42,7 +42,7 @@ size_t MemoryChunkLayout::AllocatableMemoryInCodePage() {
}
intptr_t MemoryChunkLayout::ObjectStartOffsetInDataPage() {
- return RoundUp(MemoryChunk::kHeaderSize + Bitmap::kSize, kTaggedSize);
+ return RoundUp(MemoryChunk::kHeaderSize + Bitmap::kSize, kDoubleSize);
}
size_t MemoryChunkLayout::ObjectStartOffsetInMemoryChunk(