mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 994876 followup - Fix assert.
This commit is contained in:
parent
26e4cd193f
commit
e6a0168b24
@ -3555,7 +3555,7 @@ class ICSetElem_DenseAdd : public ICUpdatedStub
|
||||
return type_;
|
||||
}
|
||||
size_t protoChainDepth() const {
|
||||
MOZ_ASSERT(extra_ < MAX_PROTO_CHAIN_DEPTH);
|
||||
MOZ_ASSERT(extra_ <= MAX_PROTO_CHAIN_DEPTH);
|
||||
return extra_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user