Bug 296374: patch from jag@tty.nl to fix mingw/vc2005 bustage from initial

landing, r+a=me.
This commit is contained in:
shaver%mozilla.org 2005-06-30 11:46:15 +00:00
Родитель f72cd8892f
Коммит 1e13b76f8e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -2194,7 +2194,8 @@ nsXPCComponents_Util::EvalInSandbox(const nsAString &source,
JS_SetErrorReporter(cx, borrowedReporter);
if(!JS_EvaluateUCScriptForPrincipals(sandcx, sandbox, jsPrincipals,
PromiseFlatString(source).get(),
NS_REINTERPRET_CAST(const jschar *,
PromiseFlatString(source).get()),
source.Length(),
PromiseFlatUTF8String(codebase).get(),
1, rval)) {