comparison: ipc/ipdl/test/cxx/PTestSyncHang.ipdl
ipc/ipdl/test/cxx/PTestSyncHang.ipdl
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 |
|
2 namespace mozilla { |
|
3 namespace _ipdltest { |
|
4 |
|
5 |
|
6 protocol PTestSyncHang { |
|
7 |
|
8 child: |
|
9 __delete__(); |
|
10 |
|
11 }; |
|
12 |
|
13 |
|
14 } // namespace mozilla |
|
15 } // namespace _ipdltest |