Fix build bustage.

Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6
This commit is contained in:
wolfbeast 2018-06-07 06:14:18 +02:00 committed by Roy Tam
commit 34418f0ddc

View file

@ -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;
}
}