Changeset 32652 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Apr 28, 2008, 11:22:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r32609 r32652 221 221 // ------------------------------ InternalFunctionImp -------------------------- 222 222 223 const ClassInfo InternalFunctionImp::info = { "Function", 0, 0 };223 const ClassInfo InternalFunctionImp::info = { "Function", 0, 0, 0 }; 224 224 225 225 InternalFunctionImp::InternalFunctionImp()
Note:
See TracChangeset
for help on using the changeset viewer.