mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix wrong assertion. (Bug 706303, r=sstangl)
This commit is contained in:
parent
98a6cf963d
commit
2a1158643d
@ -280,7 +280,7 @@ LInstruction::assignSnapshot(LSnapshot *snapshot)
|
||||
void
|
||||
LInstruction::assignPostSnapshot(LSnapshot *snapshot)
|
||||
{
|
||||
JS_ASSERT(!snapshot_);
|
||||
JS_ASSERT(!postSnapshot_);
|
||||
postSnapshot_ = snapshot;
|
||||
|
||||
#ifdef DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user