mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
17 lines
232 B
Plaintext
17 lines
232 B
Plaintext
|
|
include protocol PTestActorPunning;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
protocol PTestActorPunningSub {
|
|
manager PTestActorPunning;
|
|
|
|
child:
|
|
Bad();
|
|
__delete__();
|
|
};
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltes
|