Bug 1167081 - Call PuppetWidget::Destroy() in its destructor. r=roc

This commit is contained in:
Kan-Ru Chen 2015-05-21 16:08:43 +08:00
parent ebdea08bb3
commit 5d3d0aca6f

View File

@ -92,6 +92,8 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
PuppetWidget::~PuppetWidget()
{
MOZ_COUNT_DTOR(PuppetWidget);
Destroy();
}
NS_IMETHODIMP