Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index b374021c1ec0ad06095f6cbd89b36649519cc0e2..df71c0b5baf5ce181a4d0e07ce798c4866dcd1f8 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -639,7 +639,7 @@ void Code::CodeVerify() { |
last_gc_pc = it.rinfo()->pc(); |
} |
} |
- CHECK(raw_type_feedback_info()->IsUndefined() || |
+ CHECK(raw_type_feedback_info() == Smi::FromInt(0) || |
raw_type_feedback_info()->IsSmi() == IsCodeStubOrIC()); |
} |