Bug 1465875 part 4. Eliminate random mentions of nsIDOMNSEditableElement. r=qdot
This commit is contained in:
@@ -354,6 +354,12 @@ HTMLTextAreaElement::SetValue(const nsAString& aValue, ErrorResult& aError)
|
||||
}
|
||||
}
|
||||
|
||||
void HTMLTextAreaElement::SetUserInput(const nsAString& aValue,
|
||||
nsIPrincipal& aSubjectPrincipal)
|
||||
{
|
||||
SetUserInput(aValue);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
HTMLTextAreaElement::SetUserInput(const nsAString& aValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user