Changeset 38427 in webkit for trunk/JavaScriptCore/runtime/JSFunction.cpp
- Timestamp:
- Nov 15, 2008, 1:05:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.cpp
r38423 r38427 60 60 // this memory is freed and may be reused (potentially for another, different JSFunction). 61 61 if (m_body.get() && m_body->isGenerated()) 62 m_body->generatedByte Code().unlinkCallers();62 m_body->generatedBytecode().unlinkCallers(); 63 63 #endif 64 64 }
Note:
See TracChangeset
for help on using the changeset viewer.