aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/allocation-site-scopes.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/allocation-site-scopes.h')
-rw-r--r--deps/v8/src/allocation-site-scopes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/allocation-site-scopes.h b/deps/v8/src/allocation-site-scopes.h
index 836da43bef..9e287c1310 100644
--- a/deps/v8/src/allocation-site-scopes.h
+++ b/deps/v8/src/allocation-site-scopes.h
@@ -75,7 +75,6 @@ class AllocationSiteUsageContext : public AllocationSiteContext {
// Advance current site
Object* nested_site = current()->nested_site();
// Something is wrong if we advance to the end of the list here.
- DCHECK(nested_site->IsAllocationSite());
update_current_site(AllocationSite::cast(nested_site));
}
return Handle<AllocationSite>(*current(), isolate());