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

    r33038 r33979  
    973973
    974974
    975 bool StringObjectImp::implementsConstruct() const
    976 {
    977   return true;
     975ConstructType StringObjectImp::getConstructData(ConstructData&)
     976{
     977    return ConstructTypeNative;
    978978}
    979979
Note: See TracChangeset for help on using the changeset viewer.