mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
15 lines
194 B
Text
15 lines
194 B
Text
|
|
include protocol PTestFailedCtorSub;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
intr protocol PTestFailedCtorSubsub {
|
|
manager PTestFailedCtorSub;
|
|
|
|
parent:
|
|
async __delete__();
|
|
};
|
|
|
|
}
|
|
}
|