Changeset 12919 in webkit for trunk/JavaScriptCore
- Timestamp:
- Feb 21, 2006, 7:29:03 AM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r12918 r12919 1 2006-02-21 Darin Adler <[email protected]> 2 3 - fixed build 4 5 * kjs/internal.cpp: (KJS::InternalFunctionImp::implementsCall): 6 Oops, fixed name. 7 1 8 2006-02-21 Darin Adler <[email protected]> 2 9 -
trunk/JavaScriptCore/kjs/internal.cpp
r12918 r12919 722 722 } 723 723 724 bool InternalFunctionImp::implements HasCall() const724 bool InternalFunctionImp::implementsCall() const 725 725 { 726 726 return true;
Note:
See TracChangeset
for help on using the changeset viewer.