Changeset 10207 in webkit for trunk/JavaScriptCore/kjs/date_object.cpp
- Timestamp:
- Aug 15, 2005, 5:47:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.cpp
r10137 r10207 527 527 // ToString and ValueOf are generic according to the spec, but the mozilla 528 528 // tests suggest otherwise... 529 ObjectImp *err = Error::create(exec,TypeError); 530 exec->setException(err); 531 return err; 529 return throwError(exec, TypeError); 532 530 } 533 531
Note:
See TracChangeset
for help on using the changeset viewer.