Index: src/runtime.cc |
=================================================================== |
--- src/runtime.cc (revision 19345) |
+++ src/runtime.cc (working copy) |
@@ -14762,6 +14762,7 @@ |
Handle<AllocationSite> site; |
if (!type_info.is_null() && |
+ *type_info != isolate->heap()->null_value() && |
*type_info != isolate->heap()->undefined_value()) { |
site = Handle<AllocationSite>::cast(type_info); |
ASSERT(!site->SitePointsToLiteral()); |