Bug 1307961 - require consistent bloatview reporting for nsISupports classes; r=froydnj

This commit is contained in:
Andrew McCreight
2016-12-12 07:58:33 -05:00
parent 0861e9b434
commit 2f93d6e48d
87 changed files with 56 additions and 308 deletions

View File

@@ -85,8 +85,6 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
, mCursorHotspotY(0)
, mNativeKeyCommandsValid(false)
{
MOZ_COUNT_CTOR(PuppetWidget);
mSingleLineCommands.SetCapacity(4);
mMultiLineCommands.SetCapacity(4);
mRichTextCommands.SetCapacity(4);
@@ -97,8 +95,6 @@ PuppetWidget::PuppetWidget(TabChild* aTabChild)
PuppetWidget::~PuppetWidget()
{
MOZ_COUNT_DTOR(PuppetWidget);
Destroy();
}