Changeset 37804 in webkit for trunk/JavaScriptCore/VM
- Timestamp:
- Oct 22, 2008, 8:36:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.cpp
r37789 r37804 946 946 derefStructureIDs(&instructions[structureIDInstructions[i].opcodeIndex]); 947 947 if (structureIDInstructions[i].stubRoutine) 948 fastFree(structureIDInstructions[i].stubRoutine);948 WTF::fastFreeExecutable(structureIDInstructions[i].stubRoutine); 949 949 if (CallLinkInfo* callLinkInfo = structureIDInstructions[i].linkInfoPtr) { 950 950 callLinkInfo->callee->removeCaller(callLinkInfo); … … 957 957 958 958 if (ctiCode) 959 fastFree(ctiCode);959 WTF::fastFreeExecutable(ctiCode); 960 960 #endif 961 961 }
Note:
See TracChangeset
for help on using the changeset viewer.