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:
Jeff Walden 2014-03-27 01:20:27 -04:00
parent c21a0ee408
commit c683d572a9

View File

@ -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());