Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index 69529ad6de97de7d6d3912603b44c372280a8c59..8e64f9e39cc5d02ee46e4b4ed77423c360594754 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -4159,8 +4159,6 @@ MaybeObject* Heap::AllocateGlobalObject(JSFunction* constructor) { |
MaybeObject* maybe_map = map->CopyDropDescriptors(); |
if (!maybe_map->To(&new_map)) return maybe_map; |
- ASSERT(new_map->LastAdded() == Map::kNoneAdded); |
- |
// Set up the global object as a normalized object. |
global->set_map(new_map); |
global->set_properties(dictionary); |