Bug 1535459 - Create BrowsingContext in middleman processes.

--HG--
extra : rebase_source : f994643a4f55552e8257656ed3c744a507e724f4
This commit is contained in:
Brian Hackett 2019-03-15 07:25:49 -10:00
parent 4763b8d576
commit 3e8ff9df82

View File

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