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:
Masayuki Nakano
2017-08-07 14:25:52 +09:00
parent eec3ff605d
commit e66c803d0f
4 changed files with 4 additions and 6 deletions

View File

@@ -2661,7 +2661,7 @@ NotifyEditableStateChange(nsINode *aNode, nsIDocument *aDocument)
}
void
nsHTMLDocument::TearingDownEditor(nsIEditor *aEditor)
nsHTMLDocument::TearingDownEditor()
{
if (IsEditingOn()) {
EditingState oldState = mEditingState;