mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
16 lines
244 B
Text
16 lines
244 B
Text
|
|
include protocol PTestActorPunning;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
protocol PTestActorPunningSub {
|
|
manager PTestActorPunning;
|
|
|
|
child:
|
|
async Bad();
|
|
async __delete__();
|
|
};
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltes
|