Changeset 48905 in webkit for trunk/JavaScriptCore/bytecode/SamplingTool.h
- Timestamp:
- Sep 29, 2009, 2:48:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/SamplingTool.h
r48662 r48905 114 114 void sample(CodeBlock*, Instruction*); 115 115 116 ScriptExecutable*m_executable;116 RefPtr<ScriptExecutable> m_executable; 117 117 CodeBlock* m_codeBlock; 118 118 int m_sampleCount;
Note:
See TracChangeset
for help on using the changeset viewer.