From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ipc/ipdl/test/gtest/PTestDescendantSub.ipdl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ipc/ipdl/test/gtest/PTestDescendantSub.ipdl (limited to 'ipc/ipdl/test/gtest/PTestDescendantSub.ipdl') diff --git a/ipc/ipdl/test/gtest/PTestDescendantSub.ipdl b/ipc/ipdl/test/gtest/PTestDescendantSub.ipdl new file mode 100644 index 0000000000..dd76801a43 --- /dev/null +++ b/ipc/ipdl/test/gtest/PTestDescendantSub.ipdl @@ -0,0 +1,19 @@ +include protocol PTestDescendant; +include protocol PTestDescendantSubsub; + +namespace mozilla { +namespace _ipdltest { + +[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] +async protocol PTestDescendantSub { + manager PTestDescendant; + manages PTestDescendantSubsub; + +child: + async __delete__(); + + async PTestDescendantSubsub(); +}; + +} +} -- cgit v1.2.3