mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
[PALEMOON] "Page Info" - "Permissions" - use uri.spec instead of uri in a new Error
Issue #112 Issue #57
This commit is contained in:
parent
6283b3e6d2
commit
c08c8276b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue