Ignore:
Timestamp:
Dec 20, 2007, 12:33:42 PM (17 years ago)
Author:
Darin Adler
Message:
  • roll out that last change -- it was causing test failures; I'll check it back in after fixing them
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bindings/runtime_method.h

    r28887 r28899  
    3333namespace KJS {
    3434
    35 class RuntimeMethod : public InternalFunctionImp {
     35
     36class RuntimeMethod : public InternalFunctionImp
     37{
    3638public:
    3739    RuntimeMethod(ExecState *exec, const Identifier &n, Bindings::MethodList &methodList);
     
    4042
    4143    virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args);
     44
     45    virtual Completion execute(ExecState *exec);
    4246
    4347private:
Note: See TracChangeset for help on using the changeset viewer.