mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 987807 (reland with correct bug number so DONTBUILD) - Fix ggc-only typos. r=i-am-so-smrt
--HG-- extra : rebase_source : c37723cd80e80f12885c136cfdf54d2eabcc65af
This commit is contained in:
parent
c21a0ee408
commit
c683d572a9
@ -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