Bug 1837382 - Remove nsIContent::IsDoneAddingChildren. r=smaug
It's only called once for a place where it knows it's a select element. Differential Revision: https://phabricator.services.mozilla.com/D180312
This commit is contained in:
@@ -543,8 +543,6 @@ void HTMLTextAreaElement::DoneAddingChildren(bool aHaveNotified) {
|
||||
mDoneAddingChildren = true;
|
||||
}
|
||||
|
||||
bool HTMLTextAreaElement::IsDoneAddingChildren() { return mDoneAddingChildren; }
|
||||
|
||||
// Controllers Methods
|
||||
|
||||
nsIControllers* HTMLTextAreaElement::GetControllers(ErrorResult& aError) {
|
||||
|
||||
Reference in New Issue
Block a user