From 6adeefb06052f4a461960fbcb9f53bd0d82c4364 Mon Sep 17 00:00:00 2001 From: Andrew McCreight Date: Mon, 30 Jan 2023 15:41:15 +0000 Subject: [PATCH] Bug 1808598, part 2 - Get rid of some unused nested declarations. r=ipc-reviewers,necko-reviewers,nika None of the messages use these nested values. Differential Revision: https://phabricator.services.mozilla.com/D167837 --- hal/sandbox/PHal.ipdl | 2 +- netwerk/ipc/PSocketProcessBridge.ipdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/sandbox/PHal.ipdl b/hal/sandbox/PHal.ipdl index 4e1cb2d6da6e..f47df37f8487 100644 --- a/hal/sandbox/PHal.ipdl +++ b/hal/sandbox/PHal.ipdl @@ -49,7 +49,7 @@ struct WakeLockInformation { namespace hal_sandbox { -[ManualDealloc, NestedUpTo=inside_cpow, ChildImpl=virtual, ParentImpl=virtual] +[ManualDealloc, ChildImpl=virtual, ParentImpl=virtual] sync protocol PHal { manager PContent; diff --git a/netwerk/ipc/PSocketProcessBridge.ipdl b/netwerk/ipc/PSocketProcessBridge.ipdl index 70348a79911c..efb8ee567551 100644 --- a/netwerk/ipc/PSocketProcessBridge.ipdl +++ b/netwerk/ipc/PSocketProcessBridge.ipdl @@ -17,7 +17,7 @@ namespace net { * content process and PSocketProcessBridgeParent lives in * socket process. */ -[ManualDealloc, NestedUpTo=inside_cpow, NeedsOtherPid] +[ManualDealloc, NeedsOtherPid] sync protocol PSocketProcessBridge {