ipc/ipdl/test/cxx/PTestSyncHang.ipdl

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/ipdl/test/cxx/PTestSyncHang.ipdl	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +
     1.5 +namespace mozilla {
     1.6 +namespace _ipdltest {
     1.7 +
     1.8 +
     1.9 +protocol PTestSyncHang {
    1.10 +
    1.11 +child:
    1.12 +    __delete__();
    1.13 +
    1.14 +};
    1.15 +
    1.16 +
    1.17 +} // namespace mozilla
    1.18 +} // namespace _ipdltest

mercurial