mozilla::ipc::IPCResult
TestRacyUndeferChild::RecvAwakenRaceWinTwice()
{
    if (!CallRaceWinTwice())
        fail("calling RaceWinTwice");
    return IPC_OK();
}
bool
TestRacyUndeferChild::RecvAwakenRaceWinTwice()
{
    if (!CallRaceWinTwice())
        fail("calling RaceWinTwice");
    return true;
}