Bug 1456169 part 2. Remove the now-unnecessary nsITextControlElement::GetPlaceholderNode. r=emilio

MozReview-Commit-ID: FcVbeHEwkMz
This commit is contained in:
Boris Zbarsky
2018-04-24 02:17:17 -04:00
parent d0e4853121
commit ae88fa2749
9 changed files with 2 additions and 37 deletions

View File

@@ -261,12 +261,6 @@ HTMLTextAreaElement::CreateEditor()
return mState.PrepareEditor();
}
NS_IMETHODIMP_(Element*)
HTMLTextAreaElement::GetPlaceholderNode()
{
return mState.GetPlaceholderNode();
}
NS_IMETHODIMP_(void)
HTMLTextAreaElement::UpdateOverlayTextVisibility(bool aNotify)
{