зеркало из https://github.com/mozilla/gecko-dev.git
Need PR_FALSE here - OS/2 bustage
This commit is contained in:
Родитель
64c94e6ca0
Коммит
289b60535f
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче