summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestHandle.ipdl
blob: aad92bae18d0dd252665baeabbe72ba40c4bca9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include protocol PTestJSON;

namespace mozilla {
namespace _ipdltest {

protocol PTestHandle {
    manager PTestJSON;

child:
    async __delete__();
};

} // namespace mozilla
} // namespace _ipdltest