mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
16 lines
230 B
Plaintext
16 lines
230 B
Plaintext
|
|
include protocol PTestActorPunning;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
protocol PTestActorPunningPunned {
|
|
manager PTestActorPunning;
|
|
|
|
child:
|
|
async __delete__();
|
|
};
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltes
|