bug 446386 - removal of the compiler pseud-frames. r=brendan,mrbkap

This commit is contained in:
Igor Bukanov
2008-09-02 08:10:26 +02:00
parent 4009cc90c8
commit 5899982681
11 changed files with 165 additions and 261 deletions

View File

@@ -1887,7 +1887,7 @@ ParseXMLSource(JSContext *cx, JSString *src)
}
}
if (!js_InitParseContext(cx, &pc, NULL, chars, length, NULL,
if (!js_InitParseContext(cx, &pc, NULL, NULL, chars, length, NULL,
filename, lineno))
goto out;
pn = js_ParseXMLText(cx, cx->fp->scopeChain, &pc, JS_FALSE);