Chromium Code Reviews| Index: src/objects-inl.h |
| =================================================================== |
| --- src/objects-inl.h (revision 9610) |
| +++ src/objects-inl.h (working copy) |
| @@ -1300,7 +1300,6 @@ |
| FixedArrayBase* JSObject::elements() { |
| Object* array = READ_FIELD(this, kElementsOffset); |
| - ASSERT(array->HasValidElements()); |
| return static_cast<FixedArrayBase*>(array); |
| } |