Changeset 33979 in webkit for trunk/JavaScriptCore/kjs/date_object.cpp
- Timestamp:
- May 21, 2008, 6:20:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.cpp
r33424 r33979 496 496 } 497 497 498 bool DateObjectImp::implementsConstruct() const 499 { 500 return true;498 ConstructType DateObjectImp::getConstructData(ConstructData&) 499 { 500 return ConstructTypeNative; 501 501 } 502 502
Note:
See TracChangeset
for help on using the changeset viewer.