Bug 987087 - Fix ggc-only typos. r=i-am-so-smrt

--HG--
extra : rebase_source : 8a382a4f4baed3c4b39f2e5ce8ba97dd9f7e722d
This commit is contained in:
Jeff Walden 2014-03-26 12:22:03 -04:00
parent 8f665813d6
commit 0750d78927

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