Changeset 43253 in webkit for trunk/JavaScriptCore/runtime/NativeFunctionWrapper.h
- Timestamp:
- May 5, 2009, 3:00:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/NativeFunctionWrapper.h
r43235 r43253 28 28 29 29 namespace JSC { 30 #if ENABLE(JIT) && !PLATFORM(WIN)30 #if ENABLE(JIT) && PLATFORM(MAC) 31 31 class JSFunction; 32 32 typedef JSFunction NativeFunctionWrapper;
Note:
See TracChangeset
for help on using the changeset viewer.