Changeset 59334 in webkit for trunk/JavaScriptCore/jit/JITOpcodes.cpp
- Timestamp:
- May 12, 2010, 7:25:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITOpcodes.cpp
r59065 r59334 463 463 #if ENABLE(JIT_OPTIMIZE_PROPERTY_ACCESS) 464 464 trampolines->ctiStringLengthTrampoline = trampolineAt(finalCode, stringLengthBegin); 465 #else466 UNUSED_PARAM(ctiStringLengthTrampoline);467 465 #endif 468 466 }
Note:
See TracChangeset
for help on using the changeset viewer.