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:
Emilio Cobos Álvarez
2023-06-08 14:59:31 +00:00
parent ddb1c1d96a
commit a64126ae9c
8 changed files with 32 additions and 54 deletions

View File

@@ -543,8 +543,6 @@ void HTMLTextAreaElement::DoneAddingChildren(bool aHaveNotified) {
mDoneAddingChildren = true;
}
bool HTMLTextAreaElement::IsDoneAddingChildren() { return mDoneAddingChildren; }
// Controllers Methods
nsIControllers* HTMLTextAreaElement::GetControllers(ErrorResult& aError) {