mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Fix build bustage.
Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6
This commit is contained in:
parent
d7d5258610
commit
34418f0ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -4725,7 +4725,7 @@ ContentParent::RecvGetFilesRequest(const nsID& aUUID,
|
|||
RefPtr<FileSystemSecurity> fss = FileSystemSecurity::Get();
|
||||
if (NS_WARN_IF(!fss ||
|
||||
!fss->ContentProcessHasAccessTo(ChildID(), aDirectoryPath))) {
|
||||
return IPC_FAIL_NO_REASON(this);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue