mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 06:22:33 +00:00
136774 adding param for makewindoweditable. just the default.
This commit is contained in:
parent
2ab1d5593b
commit
6eb7e201b4
@ -253,7 +253,7 @@ CEditorFrame::MakeEditable()
|
||||
if (!editingSession)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
rv= editingSession->MakeWindowEditable(domWindow, PR_TRUE);
|
||||
rv= editingSession->MakeWindowEditable(domWindow, NULL, PR_TRUE);
|
||||
|
||||
|
||||
return rv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user