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/API/JSCallbackConstructor.h

    r29663 r33979  
    3333namespace KJS {
    3434
    35 class JSCallbackConstructor : public JSObject
    36 {
     35class JSCallbackConstructor : public JSObject {
    3736public:
    3837    JSCallbackConstructor(ExecState* exec, JSClassRef jsClass, JSObjectCallAsConstructorCallback callback);
     
    4140    virtual bool implementsHasInstance() const;
    4241   
    43     virtual bool implementsConstruct() const;
    44     virtual JSObject* construct(ExecState*, const List &args);
     42    virtual ConstructType getConstructData(ConstructData&);
     43    virtual JSObject* construct(ExecState*, const List& args);
    4544   
    4645    virtual const ClassInfo *classInfo() const { return &info; }
Note: See TracChangeset for help on using the changeset viewer.