From 3e8ff9df82062d439c055338015bb98f80988eb8 Mon Sep 17 00:00:00 2001 From: Brian Hackett Date: Fri, 15 Mar 2019 07:25:49 -1000 Subject: [PATCH] Bug 1535459 - Create BrowsingContext in middleman processes. --HG-- extra : rebase_source : f994643a4f55552e8257656ed3c744a507e724f4 --- toolkit/recordreplay/ipc/ParentForwarding.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/recordreplay/ipc/ParentForwarding.cpp b/toolkit/recordreplay/ipc/ParentForwarding.cpp index 080cb5e96c2b..fb735d9d4fc4 100644 --- a/toolkit/recordreplay/ipc/ParentForwarding.cpp +++ b/toolkit/recordreplay/ipc/ParentForwarding.cpp @@ -36,6 +36,7 @@ static bool HandleMessageInMiddleman(ipc::Side aSide, // child process. if ( // Initialization that must be performed in both processes. type == dom::PContent::Msg_PBrowserConstructor__ID || + type == dom::PContent::Msg_RegisterBrowsingContextGroup__ID || type == dom::PContent::Msg_RegisterChrome__ID || type == dom::PContent::Msg_SetXPCOMProcessAttributes__ID || type == dom::PContent::Msg_UpdateSharedData__ID ||