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