summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/gtest/PTestDescendantSubsub.ipdl
blob: a2fac12d7256b30d7457c5359622a49175487126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include protocol PTestDescendantSub;

namespace mozilla {
namespace _ipdltest {

[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
async protocol PTestDescendantSubsub {
    manager PTestDescendantSub;
child:
    async __delete__();
};

}
}