Changeset 214336 in webkit for trunk/Source/JavaScriptCore/runtime/SamplingProfiler.h
- Timestamp:
- Mar 23, 2017, 10:31:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/SamplingProfiler.h
r213657 r214336 36 36 #include <wtf/Stopwatch.h> 37 37 #include <wtf/Vector.h> 38 #include <wtf/WeakRandom.h> 38 39 39 40 namespace JSC { … … 191 192 192 193 VM& m_vm; 194 WeakRandom m_weakRandom; 193 195 RefPtr<Stopwatch> m_stopwatch; 194 196 Vector<StackTrace> m_stackTraces;
Note:
See TracChangeset
for help on using the changeset viewer.