Gtk build fix.
* kjs/function.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27142
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-27 Mark Rowe <mrowe@apple.com>
+
+ Gtk build fix.
+
+ * kjs/function.h:
+
2007-10-26 Kevin McCullough <kmccullough@apple.com>
Rubber stamp by Adam.
};
public:
- ActivationImp::ActivationImp(FunctionImp* function, const List& arguments);
+ ActivationImp(FunctionImp* function, const List& arguments);
virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
virtual void put(ExecState*, const Identifier& propertyName, JSValue* value, int attr = None);