mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-08 04:25:54 +00:00
15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
include protocol PTestJSON;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
protocol PTestHandle {
|
|
manager PTestJSON;
|
|
|
|
child:
|
|
__delete__();
|
|
};
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltest
|