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
This commit is contained in:
Andrew McCreight 2023-01-30 15:41:15 +00:00
parent 5528ac12d7
commit 6adeefb060
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@ namespace net {
* content process and PSocketProcessBridgeParent lives in
* socket process.
*/
[ManualDealloc, NestedUpTo=inside_cpow, NeedsOtherPid]
[ManualDealloc, NeedsOtherPid]
sync protocol PSocketProcessBridge
{