Bug 1608501 - Part 1: Rename nsImageLoadingContent::DestroyImageLoadingContent to ::Destroy; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D82729
This commit is contained in:
@@ -130,7 +130,7 @@ HTMLImageElement::HTMLImageElement(
|
||||
AddStatesSilently(NS_EVENT_STATE_BROKEN);
|
||||
}
|
||||
|
||||
HTMLImageElement::~HTMLImageElement() { DestroyImageLoadingContent(); }
|
||||
HTMLImageElement::~HTMLImageElement() { nsImageLoadingContent::Destroy(); }
|
||||
|
||||
NS_IMPL_CYCLE_COLLECTION_INHERITED(HTMLImageElement, nsGenericHTMLElement,
|
||||
mResponsiveSelector)
|
||||
|
||||
Reference in New Issue
Block a user