From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ipc/ipdl/test/gtest/PTestSyncError.ipdl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ipc/ipdl/test/gtest/PTestSyncError.ipdl (limited to 'ipc/ipdl/test/gtest/PTestSyncError.ipdl') diff --git a/ipc/ipdl/test/gtest/PTestSyncError.ipdl b/ipc/ipdl/test/gtest/PTestSyncError.ipdl new file mode 100644 index 0000000000..e549bde919 --- /dev/null +++ b/ipc/ipdl/test/gtest/PTestSyncError.ipdl @@ -0,0 +1,16 @@ +namespace mozilla { +namespace _ipdltest { + +[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] +sync protocol PTestSyncError { + +child: + async Start(); + +parent: + sync Error(); + async __delete__(); +}; + +} // namespace mozilla +} // namespace _ipdltest -- cgit v1.2.3