Changeset 27413 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Nov 3, 2007, 6:08:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r27097 r27413 218 218 // ------------------------------ InternalFunctionImp -------------------------- 219 219 220 const ClassInfo InternalFunctionImp::info = { "Function", 0, 0, 0};220 const ClassInfo InternalFunctionImp::info = { "Function", 0, 0 }; 221 221 222 222 InternalFunctionImp::InternalFunctionImp()
Note:
See TracChangeset
for help on using the changeset viewer.