mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
added null param for make window editable for 136774
This commit is contained in:
parent
83252db51b
commit
2ab1d5593b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user