Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index f32b3be7aeb30a0635a4869a1fd32828b77a893d..5a5464133886b0a5f2ceaa3b6a25ab4767e0df28 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -3442,7 +3442,7 @@ |
if (constructor->IsJSFunction() && |
JSFunction::cast(constructor)->IsInobjectSlackTrackingInProgress()) { |
// We might want to shrink the object later. |
- DCHECK_EQ(0, obj->GetInternalFieldCount()); |
+ DCHECK(obj->GetInternalFieldCount() == 0); |
filler = Heap::one_pointer_filler_map(); |
} else { |
filler = Heap::undefined_value(); |