Changeset 9917 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jul 26, 2005, 6:28:32 PM (20 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r9893 r9917 1 2005-07-26 Justin Garcia <[email protected]> 2 3 Added a forward declaration to fix gcc4 build error 4 5 * kjs/function.h: 6 1 7 2005-07-25 Geoffrey Garen <[email protected]> 2 8 - fixed mistake in my last checkin -- the expected results included -
trunk/JavaScriptCore/kjs/function.h
r9889 r9917 31 31 32 32 class Parameter; 33 class ActivationImp; 33 34 34 35 /**
Note:
See TracChangeset
for help on using the changeset viewer.