Changeset 44310 in webkit for trunk/JavaScriptCore/runtime/NativeFunctionWrapper.h
- Timestamp:
- May 31, 2009, 11:06:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/NativeFunctionWrapper.h
r43372 r44310 28 28 29 29 namespace JSC { 30 #if ENABLE(JIT) 30 #if ENABLE(JIT) && ENABLE(JIT_OPTIMIZE_NATIVE_CALL) 31 31 class JSFunction; 32 32 typedef JSFunction NativeFunctionWrapper;
Note:
See TracChangeset
for help on using the changeset viewer.