Remove bogus assert, bug 696039. r=dvander

This commit is contained in:
Brian Hackett
2011-11-21 19:15:38 -05:00
parent b5317ef4ca
commit f9e139ad74

View File

@@ -2436,7 +2436,6 @@ mjit::stubs::ArrayShift(VMFrame &f)
{
JSObject *obj = &f.regs.sp[-1].toObject();
JS_ASSERT(obj->isDenseArray());
JS_ASSERT(!js_PrototypeHasIndexedProperties(f.cx, obj));
/*
* At this point the length and initialized length have already been