Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index eebf00bcda4d4332dd7b33239ac9be188f92196f..de16dee26b368d98813b728697b3ddbd345a782e 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -887,6 +887,7 @@ void PrototypeInfo::PrototypeInfoVerify() { |
CHECK(prototype_users()->IsSmi()); |
} |
CHECK(validity_cell()->IsCell() || validity_cell()->IsSmi()); |
+ VerifyPointer(constructor_name()); |
} |