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

@@ -44,12 +44,10 @@ PostMessageEvent::PostMessageEvent(nsGlobalWindow* aSource,
mSourceDocument(aSourceDocument),
mTrustedCaller(aTrustedCaller)
{
MOZ_COUNT_CTOR(PostMessageEvent);
}
PostMessageEvent::~PostMessageEvent()
{
MOZ_COUNT_DTOR(PostMessageEvent);
}
NS_IMETHODIMP