summaryrefslogtreecommitdiff
path: root/deps/v8/src/layout-descriptor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/layout-descriptor.cc')
-rw-r--r--deps/v8/src/layout-descriptor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/layout-descriptor.cc b/deps/v8/src/layout-descriptor.cc
index 684b7d5cd6..766b7d81c2 100644
--- a/deps/v8/src/layout-descriptor.cc
+++ b/deps/v8/src/layout-descriptor.cc
@@ -243,7 +243,7 @@ LayoutDescriptor* LayoutDescriptor::Trim(Heap* heap, Map* map,
CalculateCapacity(map, descriptors, num_descriptors);
// It must not become fast-mode descriptor here, because otherwise it has to
// be fast pointer layout descriptor already but it's is slow mode now.
- DCHECK_LT(kSmiValueSize, layout_descriptor_length);
+ DCHECK_LT(kBitsInSmiLayout, layout_descriptor_length);
// Trim, clean and reinitialize this slow-mode layout descriptor.
int new_backing_store_length =