Changeset 37088 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Sep 29, 2008, 6:14:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r37087 r37088 889 889 scopeChain = scopeChain->copy(); 890 890 891 ExecState newExec(exec, &m_registerFile,r);891 ExecState newExec(exec, r); 892 892 893 893 Profiler** profiler = Profiler::enabledProfilerReference(); … … 951 951 initializeCallFrame(r, codeBlock, 0, scopeChain, 0, 0, argc, function); 952 952 953 ExecState newExec(exec, &m_registerFile,r);953 ExecState newExec(exec, r); 954 954 955 955 Profiler** profiler = Profiler::enabledProfilerReference(); … … 1037 1037 scopeChain = scopeChain->copy(); 1038 1038 1039 ExecState newExec(exec, &m_registerFile,r);1039 ExecState newExec(exec, r); 1040 1040 1041 1041 Profiler** profiler = Profiler::enabledProfilerReference();
Note:
See TracChangeset
for help on using the changeset viewer.