Bug 1381048 - Add few object tracking logs to imagelib. r=tnikkel

This commit is contained in:
Honza Bambas 2017-07-25 11:14:00 -04:00
Родитель 8f5475d68d
Коммит eafe13d61a
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -69,7 +69,9 @@ imgRequest::imgRequest(imgLoader* aLoader, const ImageCacheKey& aCacheKey)
, mDecodeRequested(false)
, mNewPartPending(false)
, mHadInsecureRedirect(false)
{ }
{
LOG_FUNC(gImgLog, "imgRequest::imgRequest()");
}
imgRequest::~imgRequest()
{

Просмотреть файл

@ -122,7 +122,7 @@ imgRequestProxy::imgRequestProxy() :
mHadDispatch(false)
{
/* member initializers and constructor code */
LOG_FUNC(gImgLog, "imgRequestProxy::imgRequestProxy");
}
imgRequestProxy::~imgRequestProxy()
@ -169,6 +169,8 @@ imgRequestProxy::~imgRequestProxy()
mCanceled = true;
GetOwner()->RemoveProxy(this, NS_OK);
}
LOG_FUNC(gImgLog, "imgRequestProxy::~imgRequestProxy");
}
nsresult