include "mozilla/_ipdltest/TestHangs.h"; namespace mozilla { namespace _ipdltest { [ManualDealloc, ChildImpl="TestHangsChild", ParentImpl="TestHangsParent"] intr protocol PTestHangs { both: [LegacyIntr] intr StackFrame(); parent: async Nonce(); child: async Start(); [LegacyIntr] intr Hang(); async __delete__(); }; } // namespace _ipdltest } // namespace mozilla