Ignore:
Timestamp:
May 21, 2008, 6:20:45 PM (17 years ago)
Author:
[email protected]
Message:

Merge squirrelfish branch into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/date_object.cpp

    r33424 r33979  
    496496}
    497497
    498 bool DateObjectImp::implementsConstruct() const
    499 {
    500     return true;
     498ConstructType DateObjectImp::getConstructData(ConstructData&)
     499{
     500    return ConstructTypeNative;
    501501}
    502502
Note: See TracChangeset for help on using the changeset viewer.