Bug 1423485 - Better name for blobURL nsIAsyncShutdownBlocker, r=bkelly

This commit is contained in:
Andrea Marchesini 2017-12-06 17:11:11 +01:00
parent 4cf9ce3ec9
commit d05bd76662

View File

@ -494,7 +494,8 @@ public:
NS_IMETHOD
GetName(nsAString& aName) override
{
aName.AssignLiteral("ReleasingTimerHolder");
aName.AssignLiteral("ReleasingTimerHolder for blobURL: ");
aName.Append(NS_ConvertUTF8toUTF16(mURI));
return NS_OK;
}