Ignore:
Timestamp:
Oct 26, 2007, 3:44:24 AM (18 years ago)
Author:
[email protected]
Message:

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

Gtk build fix.

  • kjs/ExecState.h:
File:
1 edited

Legend:

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

    r27100 r27101  
    108108                  FunctionBodyNode* currentBody, CodeType type = GlobalCode,
    109109                  ExecState* callingExecState = 0, FunctionImp* function = 0, const List* args = 0);
    110         ExecState::~ExecState();
     110        ~ExecState();
    111111
    112112        // ExecStates are always stack-allocated, and the garbage collector
Note: See TracChangeset for help on using the changeset viewer.