Index: src/builtins.cc |
=================================================================== |
--- src/builtins.cc (revision 8032) |
+++ src/builtins.cc (working copy) |
@@ -378,8 +378,7 @@ |
array_proto = JSObject::cast(proto); |
if (array_proto != global_context->initial_object_prototype()) return false; |
if (array_proto->elements() != heap->empty_fixed_array()) return false; |
- ASSERT(array_proto->GetPrototype()->IsNull()); |
- return true; |
+ return array_proto->GetPrototype()->IsNull(); |
} |