Dactyloidae/ipc/ipdl/test/cxx/PTestSyncHang.ipdl

15 lines
156 B
Text

namespace mozilla {
namespace _ipdltest {
protocol PTestSyncHang {
child:
async __delete__();
};
} // namespace mozilla
} // namespace _ipdltest