Ignore:
Timestamp:
Nov 16, 2008, 6:08:54 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-16 Geoffrey Garen <[email protected]>

Roll out r38461 (my last patch) because it broke the world.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/SamplingTool.h

    r38461 r38463  
    4141    class CodeBlock;
    4242    class ExecState;
    43     class Interpreter;
     43    class BytecodeInterpreter;
    4444    class ScopeNode;
    4545    struct Instruction;
     
    126126#endif       
    127127
    128         SamplingTool(Interpreter* interpreter)
     128        SamplingTool(BytecodeInterpreter* interpreter)
    129129            : m_interpreter(interpreter)
    130130            , m_running(false)
     
    189189        void run();
    190190       
    191         Interpreter* m_interpreter;
     191        BytecodeInterpreter* m_interpreter;
    192192       
    193193        // Sampling thread state.
Note: See TracChangeset for help on using the changeset viewer.