include protocol "PTestManyChildAllocs.ipdl"; namespace mozilla { namespace _ipdltest { protocol PTestManyChildAllocsSub { manager PTestManyChildAllocs; child: __delete__(); parent: Hello(); // empty }; } // namespace _ipdltest } // namespace mozilla