зеркало из https://github.com/mozilla/pjs.git
Bug 399199: jsfile.c fails to compile, patch by Jeff Watkins <jeff.watkins.spam@gmail.com>
r=crowder, a=not part of the build
This commit is contained in:
Родитель
585bf9b884
Коммит
1fcdf09448
|
@ -2059,7 +2059,7 @@ file_toURL(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
|||
urlChars = js_InflateString(cx, url, &len);
|
||||
if (!urlChars)
|
||||
return JS_FALSE;
|
||||
str = js_NewString(cx, urlChars, len, 0);
|
||||
str = js_NewString(cx, urlChars, len);
|
||||
if (!str) {
|
||||
JS_free(cx, urlChars);
|
||||
return JS_FALSE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче