PTestMultiMgrsBottom.ipdl (345B)
1 include protocol PTestMultiMgrsLeft; 2 include protocol PTestMultiMgrsRight; 3 4 namespace mozilla { 5 namespace _ipdltest { 6 7 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] 8 protocol PTestMultiMgrsBottom { 9 manager PTestMultiMgrsLeft or PTestMultiMgrsRight; 10 11 child: 12 async __delete__(); 13 }; 14 15 } // namespace _ipdltest 16 } // namespace mozilla