fix bugstage, bug=245619, r/sr=brendan

git-svn-id: svn://10.0.0.236/trunk@157789 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
m_kato%ga2.so-net.ne.jp
2004-06-11 17:14:43 +00:00
parent 87bbc5f58d
commit a69b6753c4
2 changed files with 2 additions and 2 deletions

View File

@@ -844,7 +844,7 @@ END_COM_MAP()
url.get(), // url
1, // line no
nsnull,
result,
&result,
nsnull);
if (NS_FAILED(rv))

View File

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