Changeset 190589 in webkit for trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
- Timestamp:
- Oct 5, 2015, 4:31:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
r190546 r190589 62 62 : m_vm(vm) 63 63 , m_plan(plan) 64 , m_codeBlock(m_plan.codeBlock .get())64 , m_codeBlock(m_plan.codeBlock) 65 65 , m_profiledBlock(m_codeBlock->alternative()) 66 66 , m_allocator(longLivedState.m_allocator)
Note:
See TracChangeset
for help on using the changeset viewer.