summaryrefslogtreecommitdiffstats
path: root/dom/ipc
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-07 06:14:18 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-07 06:14:18 +0200
commitcd96ca11cd5beefb13820ab076439d2051ffe1fb (patch)
treefebbb5efebe3867d24fe06899c7e51a0dbd7c6bf /dom/ipc
parent01e813736810d4afade739af76893f2d9ff1f93a (diff)
downloadUXP-cd96ca11cd5beefb13820ab076439d2051ffe1fb.tar
UXP-cd96ca11cd5beefb13820ab076439d2051ffe1fb.tar.gz
UXP-cd96ca11cd5beefb13820ab076439d2051ffe1fb.tar.lz
UXP-cd96ca11cd5beefb13820ab076439d2051ffe1fb.tar.xz
UXP-cd96ca11cd5beefb13820ab076439d2051ffe1fb.zip
Fix build bustage.
Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6
Diffstat (limited to 'dom/ipc')
-rw-r--r--dom/ipc/ContentParent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/ipc/ContentParent.cpp b/dom/ipc/ContentParent.cpp
index fb97adc42..0a07147bf 100644
--- a/dom/ipc/ContentParent.cpp
+++ b/dom/ipc/ContentParent.cpp
@@ -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;
}
}