Revert to 07be1f190a3d. Revision 5f5c1cd63641 should not have been pushed.

This commit is contained in:
Jason Orendorff
2009-02-03 12:38:44 -06:00
parent 34af73db7b
commit a4761a69ca
12 changed files with 231 additions and 515 deletions

View File

@@ -2031,7 +2031,7 @@ static JSFunctionSpec date_static_methods[] = {
};
JS_DEFINE_TRCINFO_1(date_valueOf,
(3, (static, JSVAL_RETRY, date_valueOf_tn, CONTEXT, THIS, STRING, 0, 0)))
(3, (static, JSVAL_FAIL, date_valueOf_tn, CONTEXT, THIS, STRING, 0, 0)))
static JSFunctionSpec date_methods[] = {
JS_FN("getTime", date_getTime, 0,0),