Backed out changeset b3d459d23452

This commit is contained in:
Robert Sayre
2009-07-24 00:01:37 -04:00
parent 5ad4fc479c
commit ebb6bb5250
14 changed files with 11 additions and 287 deletions

View File

@@ -649,7 +649,7 @@ generator_finalize(JSContext *cx, JSObject *obj)
*/
JS_ASSERT(gen->state == JSGEN_NEWBORN || gen->state == JSGEN_CLOSED ||
gen->state == JSGEN_OPEN);
cx->runtime->asynchronousFree(gen);
JS_free(cx, gen);
}
}