Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index 2ab002a58434795a29001cf4da1cbe442df38b85..3d28cb595c230b0df23a232ab5406972e3b3cc26 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -3457,7 +3457,6 @@ AllocationResult Heap::AllocateJSObjectFromMap( |
// Both types of global objects should be allocated using |
// AllocateGlobalObject to be properly initialized. |
DCHECK(map->instance_type() != JS_GLOBAL_OBJECT_TYPE); |
- DCHECK(map->instance_type() != JS_BUILTINS_OBJECT_TYPE); |
// Allocate the backing storage for the properties. |
FixedArray* properties = empty_fixed_array(); |