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