mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
16 lines
194 B
Plaintext
16 lines
194 B
Plaintext
|
|
include protocol PTestFailedCtorSub;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
intr protocol PTestFailedCtorSubsub {
|
|
manager PTestFailedCtorSub;
|
|
|
|
parent:
|
|
async __delete__();
|
|
};
|
|
|
|
}
|
|
}
|