Need PR_FALSE here - OS/2 bustage
git-svn-id: svn://10.0.0.236/trunk@133334 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ac243ee0ec
commit
150ae82091
@ -4079,7 +4079,7 @@ nsHTMLDocument::SetDesignMode(const nsAString & aDesignMode)
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
rv = editSession->MakeWindowEditable(domwindow, "html", false);
|
||||
rv = editSession->MakeWindowEditable(domwindow, "html", PR_FALSE);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user