Bug 1629431 - Use bool true instead of int 1. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D71244
This commit is contained in:
AbdallahAfify 2020-04-17 09:57:24 +00:00
parent 23fb36c6a8
commit 725fd3f4a8

View File

@ -1610,7 +1610,7 @@ void AppWindow::StaggerPosition(int32_t& aRequestedX, int32_t& aRequestedY,
break;
}
}
} while (1);
} while (true);
} while (keepTrying);
}