blob: 81bbb913b48e885b8429f9c347d7d849f7e84cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include protocol PTestJSON;
namespace mozilla {
namespace _ipdltest {
[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestJSONHandle {
manager PTestJSON;
child:
async __delete__();
};
} // namespace mozilla
} // namespace _ipdltest
|