From cd96ca11cd5beefb13820ab076439d2051ffe1fb Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 7 Jun 2018 06:14:18 +0200 Subject: Fix build bustage. Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6 --- dom/ipc/ContentParent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/ipc') diff --git a/dom/ipc/ContentParent.cpp b/dom/ipc/ContentParent.cpp index fb97adc42b..0a07147bf0 100644 --- a/dom/ipc/ContentParent.cpp +++ b/dom/ipc/ContentParent.cpp @@ -4725,7 +4725,7 @@ ContentParent::RecvGetFilesRequest(const nsID& aUUID, RefPtr fss = FileSystemSecurity::Get(); if (NS_WARN_IF(!fss || !fss->ContentProcessHasAccessTo(ChildID(), aDirectoryPath))) { - return IPC_FAIL_NO_REASON(this); + return false; } } -- cgit v1.2.3