Changeset 53400 in webkit for trunk/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Jan 18, 2010, 4:14:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.cpp
r53391 r53400 583 583 // (and, if a new JSFunction happened to be constructed at the same location, we could get a false positive 584 584 // match). Reset the check so it no longer matches. 585 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock );585 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock.get()); 586 586 #if USE(JSVALUE32_64) 587 587 repatchBuffer.repatch(callLinkInfo->hotPathBegin, 0);
Note:
See TracChangeset
for help on using the changeset viewer.