Ignore:
Timestamp:
Jun 19, 2008, 8:30:09 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoff.

File:
1 edited

Legend:

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

    r34634 r34684  
    4848        } Type;
    4949
    50         DebuggerCallFrame(Machine* machine, JSGlobalObject* dynamicGlobalObject, const CodeBlock* codeBlock, ScopeChainNode* scopeChain, JSValue* exception, Register** registerBase, int registerOffset)
    51             : m_machine(machine)
    52             , m_dynamicGlobalObject(dynamicGlobalObject)
     50        DebuggerCallFrame(JSGlobalObject* dynamicGlobalObject, const CodeBlock* codeBlock, ScopeChainNode* scopeChain, JSValue* exception, Register** registerBase, int registerOffset)
     51            : m_dynamicGlobalObject(dynamicGlobalObject)
    5352            , m_codeBlock(codeBlock)
    5453            , m_scopeChain(scopeChain)
     
    6867
    6968    private:
    70         Machine* m_machine;
    7169        JSGlobalObject* m_dynamicGlobalObject;
    7270        const CodeBlock* m_codeBlock;
Note: See TracChangeset for help on using the changeset viewer.