Fix OS/2 bustage from Akkana's checkin by removing extraneous |const|. r=akkana b=124265
git-svn-id: svn://10.0.0.236/trunk@129588 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1272,7 +1272,7 @@ nsEditorShell::GetHTMLSourceMode(PRBool *_retval)
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsEditorShell::SetHTMLSourceMode(const PRBool aSourceMode)
|
||||
nsEditorShell::SetHTMLSourceMode(PRBool aSourceMode)
|
||||
{
|
||||
mHTMLSourceMode = aSourceMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user