trisquel-icecat/icecat/ipc/ipdl/test/gtest/PTestDescendantSubsub.ipdl

14 lines
246 B
Text

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