Changeset 38463 in webkit for trunk/JavaScriptCore/VM/SamplingTool.h
- Timestamp:
- Nov 16, 2008, 6:08:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/SamplingTool.h
r38461 r38463 41 41 class CodeBlock; 42 42 class ExecState; 43 class Interpreter;43 class BytecodeInterpreter; 44 44 class ScopeNode; 45 45 struct Instruction; … … 126 126 #endif 127 127 128 SamplingTool( Interpreter* interpreter)128 SamplingTool(BytecodeInterpreter* interpreter) 129 129 : m_interpreter(interpreter) 130 130 , m_running(false) … … 189 189 void run(); 190 190 191 Interpreter* m_interpreter;191 BytecodeInterpreter* m_interpreter; 192 192 193 193 // Sampling thread state.
Note:
See TracChangeset
for help on using the changeset viewer.