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/object_object.cpp

    r33038 r33979  
    145145}
    146146
    147 
    148 bool ObjectObjectImp::implementsConstruct() const
     147ConstructType ObjectObjectImp::getConstructData(ConstructData&)
    149148{
    150   return true;
     149    return ConstructTypeNative;
    151150}
    152151
Note: See TracChangeset for help on using the changeset viewer.