Bug 1342197 part 1. Change nsITextControlElement::GetRootEditorNode to return Element*. r=ehsan

MozReview-Commit-ID: BmTw3rAzCuc
This commit is contained in:
Boris Zbarsky
2017-02-28 12:41:37 -05:00
parent 1d09a7becd
commit 9cfe389bfb
5 changed files with 5 additions and 5 deletions

View File

@@ -2950,7 +2950,7 @@ HTMLInputElement::CreateEditor()
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP_(nsIContent*)
NS_IMETHODIMP_(Element*)
HTMLInputElement::GetRootEditorNode()
{
nsTextEditorState* state = GetEditorState();