зеркало из https://github.com/mozilla/gecko-dev.git
Bug 994876 followup - Fix assert.
This commit is contained in:
Родитель
e8a7bdd3c1
Коммит
ea50dcc357
|
@ -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_;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче