Removed JSStackFrame::xmlNamespace (bug 512389, r=brendan).

This commit is contained in:
David Anderson
2009-08-25 12:07:45 -07:00
parent ee7ac36753
commit 634b034838
9 changed files with 11 additions and 33 deletions

View File

@@ -768,7 +768,6 @@ js_NewGenerator(JSContext *cx, JSStackFrame *fp)
gen->frame.sharpArray = NULL;
gen->frame.flags = (fp->flags & ~JSFRAME_ROOTED_ARGV) | JSFRAME_GENERATOR;
gen->frame.dormantNext = NULL;
gen->frame.xmlNamespace = NULL;
/* JSOP_GENERATOR appears in the prologue, outside all blocks. */
JS_ASSERT(!fp->blockChain);
gen->frame.blockChain = NULL;