14 lines
246 B
Text
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__();
|
|
};
|
|
|
|
}
|
|
}
|