Changeset 47415 in webkit for trunk/JavaScriptCore/runtime/Executable.cpp
- Timestamp:
- Aug 17, 2009, 10:56:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Executable.cpp
r47412 r47415 198 198 delete m_codeBlock; 199 199 m_codeBlock = 0; 200 #if ENABLE(JIT) 200 201 m_jitCode = JITCode(); 202 #endif 201 203 } 202 204
Note:
See TracChangeset
for help on using the changeset viewer.