Changeset 28529 in webkit for trunk/JavaScriptCore
- Timestamp:
- Dec 7, 2007, 2:23:41 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r28528 r28529 1 2007-12-07 Geoffrey Garen <[email protected]> 2 3 Build fix: removed stray name qualification. 4 5 * kjs/function.h: 6 (KJS::ActivationImp::ActivationImp): 7 1 8 2007-12-07 Geoffrey Garen <[email protected]> 2 9 -
trunk/JavaScriptCore/kjs/function.h
r28527 r28529 156 156 157 157 public: 158 ActivationImp ::ActivationImp(ExecState* exec)158 ActivationImp(ExecState* exec) 159 159 : JSVariableObject(new ActivationImpData(exec)) 160 160 {
Note:
See TracChangeset
for help on using the changeset viewer.