Bug 1230110 - HTMLImageElement should call its superclass's DestroyContent(). r=smaug

This commit is contained in:
Andrew McCreight
2015-12-03 14:03:12 -08:00
parent 3dd6aa9c40
commit 2564b6bce5
3 changed files with 23 additions and 0 deletions

View File

@@ -1309,6 +1309,8 @@ void
HTMLImageElement::DestroyContent()
{
mResponsiveSelector = nullptr;
nsGenericHTMLElement::DestroyContent();
}
void