mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 987087 - Fix ggc-only typos. r=i-am-so-smrt
--HG-- extra : rebase_source : 8a382a4f4baed3c4b39f2e5ce8ba97dd9f7e722d
This commit is contained in:
parent
8f665813d6
commit
0750d78927
@ -3567,7 +3567,7 @@ CodeGenerator::visitNewCallObject(LNewCallObject *lir)
|
||||
return false;
|
||||
|
||||
#ifdef JSGC_GENERATIONAL
|
||||
if (ins->templateObject()->hasDynamicSlots()) {
|
||||
if (templateObj->hasDynamicSlots()) {
|
||||
// Slot initialization is unbarriered in this case, so we must either
|
||||
// allocate in the nursery or bail if that is not possible.
|
||||
masm.jump(ool->entry());
|
||||
|
Loading…
Reference in New Issue
Block a user