summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PManualDealloc_manager.ipdl
blob: 224c7a5e46cc56d12bb3ac3c64819c3dbd180c41 (plain)
1
2
3
4
5
6
7
include protocol PManualDealloc;

// [ManualDealloc] types must have a manager, as all toplevel protocols are
// refcounted.
async protocol PManualDealloc_manager {
    manages PManualDealloc;
};