Bug 565199 - TM: trace-test failure in testGeneratorDeepBail, x64. r=dvander

This commit is contained in:
Andreas Gal
2010-05-12 17:14:28 -04:00
parent 2cfedd9bd7
commit 6baf54d6bf
2 changed files with 2 additions and 3 deletions

View File

@@ -592,7 +592,6 @@ js_CloseIterator(JSContext *cx, jsval v)
}
#if JS_HAS_GENERATORS
else if (clasp == &js_GeneratorClass.base) {
JS_ASSERT_NOT_ON_TRACE(cx);
return CloseGenerator(cx, obj);
}
#endif