Source code

Revision control

Copy as Markdown

Other Tools

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