michael@0: include protocol PTestManyChildAllocs; michael@0: michael@0: namespace mozilla { michael@0: namespace _ipdltest { michael@0: michael@0: protocol PTestManyChildAllocsSub { michael@0: manager PTestManyChildAllocs; michael@0: michael@0: child: michael@0: __delete__(); michael@0: michael@0: parent: michael@0: Hello(); michael@0: michael@0: // empty michael@0: }; michael@0: michael@0: } // namespace _ipdltest michael@0: } // namespace mozilla