Fix wrong assertion. (Bug 706303, r=sstangl)

This commit is contained in:
Nicolas Pierron 2011-11-30 00:46:06 +01:00
parent 98a6cf963d
commit 2a1158643d

View File

@ -280,7 +280,7 @@ LInstruction::assignSnapshot(LSnapshot *snapshot)
void void
LInstruction::assignPostSnapshot(LSnapshot *snapshot) LInstruction::assignPostSnapshot(LSnapshot *snapshot)
{ {
JS_ASSERT(!snapshot_); JS_ASSERT(!postSnapshot_);
postSnapshot_ = snapshot; postSnapshot_ = snapshot;
#ifdef DEBUG #ifdef DEBUG