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/array_object.h

    r29588 r33979  
    4141    ArrayObjectImp(ExecState*, FunctionPrototype*, ArrayPrototype*);
    4242
    43     virtual bool implementsConstruct() const;
     43    virtual ConstructType getConstructData(ConstructData&);
    4444    virtual JSObject* construct(ExecState*, const List&);
     45
    4546    virtual JSValue* callAsFunction(ExecState*, JSObject*, const List&);
    4647
Note: See TracChangeset for help on using the changeset viewer.