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 e133f96fde
commit 71a8d43e44

View File

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