backing out bug 446386 due to unit test failures

This commit is contained in:
Igor Bukanov
2008-09-02 09:27:10 +02:00
parent 8e61db4795
commit 5e5bacba00
11 changed files with 261 additions and 165 deletions

View File

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