mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
[js] Fix porting typo
Follow-up for 9acd98298ccadd83495fa1615573ebcca6648bae
This commit is contained in:
parent
9c3495379f
commit
d46c25b5e5
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ BaselineFrame::trace(JSTracer* trc, JitFrameIterator& frameIterator)
|
|||
|
||||
// NB: It is possible that numValueSlots() could be zero, even if nfixed is
|
||||
// nonzero. This is the case if the function has an early stack check.
|
||||
if (numValueSlots > 0) {
|
||||
if (numValueSlots() > 0) {
|
||||
|
||||
MOZ_ASSERT(nfixed <= numValueSlots());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue