Changeset 27142 in webkit for trunk/JavaScriptCore/kjs/function.h


Ignore:
Timestamp:
Oct 27, 2007, 1:08:30 AM (18 years ago)
Author:
[email protected]
Message:

2007-10-27 Mark Rowe <[email protected]>

Gtk build fix.

  • kjs/function.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/function.h

    r27126 r27142  
    174174
    175175  public:
    176     ActivationImp::ActivationImp(FunctionImp* function, const List& arguments);
     176    ActivationImp(FunctionImp* function, const List& arguments);
    177177
    178178    virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
Note: See TracChangeset for help on using the changeset viewer.