Backed out changeset 3e6abdf3b4b4 (bug 988486)

This commit is contained in:
Carsten "Tomcat" Book
2014-04-30 13:59:19 +02:00
parent d319718581
commit b9db6b4bf0
47 changed files with 1168 additions and 1211 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
}