Index: src/objects-debug.cc |
=================================================================== |
--- src/objects-debug.cc (revision 4703) |
+++ src/objects-debug.cc (working copy) |
@@ -806,8 +806,7 @@ |
VerifyObjectField(JSGlobalProxy::kContextOffset); |
// Make sure that this object has no properties, elements. |
CHECK_EQ(0, properties()->length()); |
- CHECK(HasFastElements()); |
- CHECK_EQ(0, FixedArray::cast(elements())->length()); |
+ CHECK_EQ(0, elements()->length()); |
} |