added null param for make window editable for 136774

This commit is contained in:
mjudge%netscape.com 2002-10-09 02:11:38 +00:00
parent 83252db51b
commit 2ab1d5593b

View File

@ -98,7 +98,7 @@ void CnsIEditSession::MakeWinEditTest(PRBool afterUriLoad)
editingSession = GetEditSessionObject();
domWindow = GetTheDOMWindow(qaWebBrowser);
if (domWindow && editingSession) {
rv= editingSession->MakeWindowEditable(domWindow, afterUriLoad);
rv= editingSession->MakeWindowEditable(domWindow, NULL, afterUriLoad);
RvTestResult(rv, "MakeWindowEditable() test", 2);
}
else