Revert temporary "fix" for mochitest failure on centos5. Seems it was a transient failure unrelated to any checkin.

This commit is contained in:
jwatt@jwatt.org 2008-04-08 07:25:47 -07:00
Родитель 9fb3e14496
Коммит 40891d7bed
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -1410,16 +1410,9 @@ public:
* https://bugzilla.mozilla.org/show_bug.cgi?id=369418#c63 . To play it safe
* for gecko 1.9, we just reuse JSDOUBLE_IS_FINITE.
*/
#if 0
// stop this from causing mochitests to fail
inline NS_HIDDEN_(PRBool) NS_FloatIsFinite(jsdouble f) {
return JSDOUBLE_IS_FINITE(f);
}
#else
inline NS_HIDDEN_(PRBool) NS_FloatIsFinite(float f) {
return PR_TRUE;
}
#endif
/*
* In the following helper macros we exploit the fact that the result of a