Index: src/heap/spaces.h |
diff --git a/src/heap/spaces.h b/src/heap/spaces.h |
index 4773e0da477485510b4f996027d6df893125a117..b6b3ec5d7073f18e0d8f9cb06dcae309895494aa 100644 |
--- a/src/heap/spaces.h |
+++ b/src/heap/spaces.h |
@@ -1489,8 +1489,6 @@ class AllocationInfo { |
Address* top_address() { return &top_; } |
INLINE(void set_limit(Address limit)) { |
- SLOW_DCHECK(limit == NULL || |
- (reinterpret_cast<intptr_t>(limit) & kHeapObjectTagMask) == 0); |
limit_ = limit; |
} |