зеркало из https://github.com/mozilla/pjs.git
fix bugstage, bug=245619, r/sr=brendan
This commit is contained in:
Родитель
99bc28ad3b
Коммит
9fbabd3625
|
@ -844,7 +844,7 @@ END_COM_MAP()
|
|||
url.get(), // url
|
||||
1, // line no
|
||||
nsnull,
|
||||
result,
|
||||
&result,
|
||||
nsnull);
|
||||
|
||||
if (NS_FAILED(rv))
|
||||
|
|
|
@ -910,7 +910,7 @@ void JSConsole::EvaluateText(UINT aStartSel, UINT aEndSel)
|
|||
nsnull,
|
||||
0,
|
||||
nsnull,
|
||||
returnValue,
|
||||
&returnValue,
|
||||
&isUndefined))) {
|
||||
// output the result in the edit area
|
||||
CHAR result[128];
|
||||
|
|
Загрузка…
Ссылка в новой задаче