Changeset 404 for trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
- Timestamp:
- 07/21/08 12:33:30 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
r381 r404 304 304 if (jsClass->callAsFunction) { 305 305 callData.native.function = call; 306 return CallType Native;306 return CallTypeHost; 307 307 } 308 308 }
