Backed out changeset 3ae7ac6aefd1 due to permaorange on central. a=orange

This commit is contained in:
Marco Bonardo 2010-11-30 00:25:02 +01:00
parent 046f0e92f4
commit 4671ababc1

View File

@ -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;
}