PTestDescendantSubsub.ipdl (246B)
1 include protocol PTestDescendantSub; 2 3 namespace mozilla { 4 namespace _ipdltest { 5 6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] 7 async protocol PTestDescendantSubsub { 8 manager PTestDescendantSub; 9 child: 10 async __delete__(); 11 }; 12 13 } 14 }