mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Merge backout; a=bustage
This commit is contained in:
commit
35049eba11
@ -449,11 +449,7 @@ Dump(JSContext *cx, uintN argc, jsval *vp)
|
||||
if (!str)
|
||||
return JS_FALSE;
|
||||
|
||||
JSAutoByteString bytes(cx, str);
|
||||
if (!bytes)
|
||||
return JS_FALSE;
|
||||
|
||||
fputs(bytes.ptr(), gOutFile);
|
||||
JS_FileEscapedString(gOutFile, str, 0);
|
||||
fflush(gOutFile);
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user