Commit 6adeefb0 authored by Andrew McCreight's avatar Andrew McCreight
Browse files

Bug 1808598, part 2 - Get rid of some unused nested declarations....

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
parent 5528ac12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;

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