Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 944b450ffa7dae2ce6ad4870f119d5ee274d3c76..826d97671c91fff422e0ba56a7d88a999544a29b 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -8227,7 +8227,6 @@ Object* AccessorPair::GetComponent(AccessorComponent component) { |
Handle<DeoptimizationInputData> DeoptimizationInputData::New( |
Isolate* isolate, int deopt_entry_count, PretenureFlag pretenure) { |
- DCHECK(deopt_entry_count > 0); |
return Handle<DeoptimizationInputData>::cast( |
isolate->factory()->NewFixedArray(LengthFor(deopt_entry_count), |
pretenure)); |