Backed out changeset 8b82db9273f3 (bug 988486)

This commit is contained in:
Carsten "Tomcat" Book
2014-04-30 15:38:59 +02:00
parent 6cc1760094
commit ce17cf4bc6
48 changed files with 1183 additions and 1227 deletions

View File

@@ -1503,7 +1503,7 @@ static void
GeneratorWriteBarrierPost(JSContext *cx, JSGenerator *gen)
{
#ifdef JSGC_GENERATIONAL
cx->runtime()->gc.storeBuffer.putWholeCell(gen->obj);
cx->runtime()->gcStoreBuffer.putWholeCell(gen->obj);
#endif
}