Changeset 142481 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPredictionInjectionPhase.cpp
- Timestamp:
- Feb 11, 2013, 9:01:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPredictionInjectionPhase.cpp
r142377 r142481 59 59 dataLog( 60 60 "Argument [", arg, "] prediction: ", 61 SpeculationDump(m_ arguments[arg]->variableAccessData()->prediction()), "\n");61 SpeculationDump(m_graph.m_arguments[arg]->variableAccessData()->prediction()), "\n"); 62 62 #endif 63 63 }
Note:
See TracChangeset
for help on using the changeset viewer.