зеркало из https://github.com/mozilla/pjs.git
bug 527027 - fixing date_makeDate regression. r=brendan
This commit is contained in:
Родитель
27be1743f5
Коммит
997c3267f6
|
@ -1691,7 +1691,7 @@ date_makeDate(JSContext *cx, uintN maxargs, JSBool local, uintN argc, jsval *vp)
|
|||
|
||||
/* see complaint about ECMA in date_MakeTime */
|
||||
if (argc == 0) {
|
||||
SetDateToNaN(cx, obj);
|
||||
SetDateToNaN(cx, obj, vp);
|
||||
return true;
|
||||
}
|
||||
if (argc > maxargs)
|
||||
|
|
Загрузка…
Ссылка в новой задаче