Bug 1342197 part 1. Change nsITextControlElement::GetRootEditorNode to return Element*. r=ehsan
MozReview-Commit-ID: BmTw3rAzCuc
This commit is contained in:
@@ -2950,7 +2950,7 @@ HTMLInputElement::CreateEditor()
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(nsIContent*)
|
||||
NS_IMETHODIMP_(Element*)
|
||||
HTMLInputElement::GetRootEditorNode()
|
||||
{
|
||||
nsTextEditorState* state = GetEditorState();
|
||||
|
||||
Reference in New Issue
Block a user