Bug 1388001 - part3: Remove nsIEditor argument of nsIHTMLDocument::TearingDownEditor() since it's unused r=smaug
nsIHTMLDocument::TearingDownEditor() takes nsIEditor as an argument. However, it's not used in it. So, we can remove it. MozReview-Commit-ID: KUmIsnVGB6H
This commit is contained in:
@@ -2661,7 +2661,7 @@ NotifyEditableStateChange(nsINode *aNode, nsIDocument *aDocument)
|
||||
}
|
||||
|
||||
void
|
||||
nsHTMLDocument::TearingDownEditor(nsIEditor *aEditor)
|
||||
nsHTMLDocument::TearingDownEditor()
|
||||
{
|
||||
if (IsEditingOn()) {
|
||||
EditingState oldState = mEditingState;
|
||||
|
||||
Reference in New Issue
Block a user