Bug 1608501 - Part 2: Rename nsObjectLoadingContent::DestroyContent to ::Destroy; r=smaug

Depends on D82729

Differential Revision: https://phabricator.services.mozilla.com/D84341
This commit is contained in:
Edgar Chen
2020-07-21 16:11:29 +00:00
parent 1207ff96d0
commit 2a11cb3493
4 changed files with 4 additions and 4 deletions

View File

@@ -447,7 +447,7 @@ uint32_t HTMLObjectElement::GetCapabilities() const {
}
void HTMLObjectElement::DestroyContent() {
nsObjectLoadingContent::DestroyContent();
nsObjectLoadingContent::Destroy();
nsGenericHTMLFormElement::DestroyContent();
}