[PALEMOON] "Page Info" - "Permissions" - use uri.spec instead of uri in a new Error

Issue #112
Issue #57
This commit is contained in:
janekptacijarabaci 2018-04-11 07:18:32 +02:00 committed by Roy Tam
commit c08c8276b8

View file

@ -264,7 +264,7 @@ function onIndexedDBUsageCallback(request)
{
let uri = request.principal.URI;
if (!uri.equals(gPermURI)) {
throw new Error("Callback received for bad URI: " + uri);
throw new Error("Callback received for bad URI: " + uri.spec);
}
let usage = request.result.usage;