include protocol PTestJSON; namespace mozilla { namespace _ipdltest { [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] protocol PTestJSONHandle { manager PTestJSON; child: async __delete__(); }; } // namespace mozilla } // namespace _ipdltest