Bug 1168103 - "Execution cannot reach the expression "?unknown?" inside this statement in jsfriendapi.cpp". r=evilpies

This commit is contained in:
Mayank Jethva 2015-05-27 20:10:00 +02:00
parent 9103641e44
commit f1fd6bd876

View File

@ -785,7 +785,7 @@ FormatFrame(JSContext* cx, const ScriptFrameIter& iter, char* buf, int num,
name ? name :"",
name ? " = " : "",
arg.isString() ? "\"" : "",
value ? value : "?unknown?",
value,
arg.isString() ? "\"" : "");
if (!buf)
return buf;