Changeset 29437 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 12, 2008, 6:25:03 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r29436 r29437 1 2008-01-12 Mark Rowe <[email protected]> 2 3 Another Windows build fix. 4 5 * kjs/Activation.h: 6 1 7 2008-01-12 Mark Rowe <[email protected]> 2 8 -
trunk/JavaScriptCore/kjs/Activation.h
r29436 r29437 33 33 class Arguments; 34 34 class FunctionImp; 35 struct StackActivation;36 35 37 36 class ActivationImp : public JSVariableObject { 38 37 friend class JSGlobalObject; 39 friend classStackActivation;38 friend struct StackActivation; 40 39 private: 41 40 struct ActivationData : public JSVariableObjectData {
Note:
See TracChangeset
for help on using the changeset viewer.