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

@@ -6200,8 +6200,6 @@ js_DumpStackFrame(JSStackFrame *fp)
if (fp->sharpDepth)
fprintf(stderr, " sharpDepth: %u\n", (unsigned) fp->sharpDepth);
if (fp->xmlNamespace)
fprintf(stderr, " xmlNamespace: (JSObject *) %p\n", (void *) fp->xmlNamespace);
if (fp->dormantNext)
fprintf(stderr, " dormantNext: (JSStackFrame *) %p\n", (void *) fp->dormantNext);