blob: 05521d6ed28fe6dd4bbc45c2c9715f7fad85e434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include "mozilla/_ipdltest/TestSyncHang.h";
namespace mozilla {
namespace _ipdltest {
[ManualDealloc, ChildImpl="TestSyncHangChild", ParentImpl="TestSyncHangParent"]
protocol PTestSyncHang {
child:
async UnusedMessage();
};
} // namespace mozilla
} // namespace _ipdltest
|