Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
2 namespace mozilla {
3 namespace _ipdltest {
6 intr protocol PTestRacyUndefer {
8 child:
9 async Start();
11 async AwakenSpam();
12 async AwakenRaceWinTwice();
14 intr Race();
16 async __delete__();
18 parent:
20 intr Spam();
21 intr RaceWinTwice();
23 async Done();
24 };
27 } // namespace mozilla
28 } // namespace _ipdltest