зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
304 B
Plaintext
19 строки
304 B
Plaintext
include protocol PTestFailedCtor;
|
|
include protocol PTestFailedCtorSubsub;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
intr protocol PTestFailedCtorSub {
|
|
manager PTestFailedCtor;
|
|
manages PTestFailedCtorSubsub;
|
|
|
|
parent:
|
|
async PTestFailedCtorSubsub();
|
|
sync Sync();
|
|
__delete__();
|
|
};
|
|
|
|
}
|
|
}
|