Index: src/objects-debug.cc |
diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
index be96592962458f5125f88d674ae42f57745969a2..d50de9e450ca623119c718bd74dfd05c38d9014a 100644 |
--- a/src/objects-debug.cc |
+++ b/src/objects-debug.cc |
@@ -770,6 +770,11 @@ void TypeSwitchInfo::TypeSwitchInfoVerify() { |
} |
+void AllocationSiteInfo::AllocationSiteInfoVerify() { |
+ CHECK(IsAllocationSiteInfo()); |
+} |
+ |
+ |
void Script::ScriptVerify() { |
CHECK(IsScript()); |
VerifyPointer(source()); |