diff --git a/mozilla/embedding/browser/activex/src/plugin/XPCDocument.cpp b/mozilla/embedding/browser/activex/src/plugin/XPCDocument.cpp index 8e5d5d990f3..a149d38a951 100644 --- a/mozilla/embedding/browser/activex/src/plugin/XPCDocument.cpp +++ b/mozilla/embedding/browser/activex/src/plugin/XPCDocument.cpp @@ -844,7 +844,7 @@ END_COM_MAP() url.get(), // url 1, // line no nsnull, - result, + &result, nsnull); if (NS_FAILED(rv)) diff --git a/mozilla/webshell/tests/viewer/JSConsole.cpp b/mozilla/webshell/tests/viewer/JSConsole.cpp index f50133b06a3..ee59bd2fd98 100644 --- a/mozilla/webshell/tests/viewer/JSConsole.cpp +++ b/mozilla/webshell/tests/viewer/JSConsole.cpp @@ -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];