bug 446386 - eliminating compiler pseudo-frames. r=brendan

This commit is contained in:
Igor Bukanov
2008-09-08 11:47:12 +02:00
parent b9610f42ce
commit a7c6d07217
14 changed files with 170 additions and 267 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);