Changeset 20759 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 6, 2007, 11:36:26 AM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r20757 r20759 1 2007-04-06 Geoffrey Garen <[email protected]> 2 3 Rubber stamped by Adele Peterson. 4 5 * kjs/ExecState.h: Removed obsolete forward/friend declaration of 6 RuntimeMethodImp. 7 1 8 2007-04-05 Krzysztof Kowalczyk <[email protected]> 2 9 -
trunk/JavaScriptCore/kjs/ExecState.h
r20310 r20759 35 35 class Interpreter; 36 36 class FunctionImp; 37 class RuntimeMethodImp;38 37 class GlobalFuncImp; 39 38 … … 46 45 friend class Interpreter; 47 46 friend class FunctionImp; 48 friend class RuntimeMethodImp;49 47 friend class GlobalFuncImp; 50 48 public:
Note:
See TracChangeset
for help on using the changeset viewer.