Changeset 404 for trunk/JavaScriptCore/kjs/ErrorConstructor.cpp
- Timestamp:
- 07/21/08 12:33:30 (2 years ago)
- Files:
-
- trunk/JavaScriptCore/kjs/ErrorConstructor.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/kjs/ErrorConstructor.cpp
r381 r404 68 68 { 69 69 callData.native.function = callErrorConstructor; 70 return CallType Native;70 return CallTypeHost; 71 71 } 72 72
