From fda419d39ca8ada93537fb9bfac36ea6e1b59cbe Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 27 Apr 2018 14:58:59 -0400 Subject: [PATCH] Bug 1457899 - use IPC_FAIL_NO_REASON instead of KillHard in ContentParent::RecvFileCreationRequest; r=baku MozReview-Commit-ID: LoO4Kxh7aZn --HG-- extra : rebase_source : 73f35ed36903878b27fcf8e0b44eb310f8a960a0 extra : source : a8dea58b54da6e4a6f124b4ca0c2215048a3b35b --- dom/ipc/ContentParent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/ipc/ContentParent.cpp b/dom/ipc/ContentParent.cpp index 8bf4fae378af..6ff0020bb2a4 100644 --- a/dom/ipc/ContentParent.cpp +++ b/dom/ipc/ContentParent.cpp @@ -5585,7 +5585,6 @@ ContentParent::RecvFileCreationRequest(const nsID& aID, // or for testing. if (!mRemoteType.EqualsLiteral(FILE_REMOTE_TYPE) && !Preferences::GetBool("dom.file.createInChild", false)) { - KillHard("FileCreationRequest is not supported."); return IPC_FAIL_NO_REASON(this); }