mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 635636 - Don't return a value from void function. a=bustage
This commit is contained in:
parent
b518ba24d4
commit
173f7afaae
@ -9203,7 +9203,7 @@ void
|
||||
nsHTMLEditRules::DocumentModifiedWorker()
|
||||
{
|
||||
if (!mHTMLEditor) {
|
||||
return NS_OK;
|
||||
return;
|
||||
}
|
||||
nsCOMPtr<nsIHTMLEditor> kungFuDeathGrip(mHTMLEditor);
|
||||
nsCOMPtr<nsISelection> selection;
|
||||
|
Loading…
Reference in New Issue
Block a user