Changeset 28529 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Dec 7, 2007, 2:23:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.