Changeset 219260 in webkit for trunk/Source/JavaScriptCore/runtime/SamplingProfiler.h
- Timestamp:
- Jul 7, 2017, 11:30:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/SamplingProfiler.h
r219238 r219260 197 197 Lock m_lock; 198 198 RefPtr<Thread> m_thread; 199 RefPtr<Thread>m_jscExecutionThread;199 MachineThreads::MachineThread* m_jscExecutionThread; 200 200 bool m_isPaused; 201 201 bool m_isShutDown;
Note:
See TracChangeset
for help on using the changeset viewer.