Changeset 29437 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jan 12, 2008, 6:25:03 AM (17 years ago)
Author:
[email protected]
Message:

2008-01-12 Mark Rowe <[email protected]>

Another Windows build fix.

  • kjs/Activation.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r29436 r29437  
     12008-01-12  Mark Rowe  <[email protected]>
     2
     3        Another Windows build fix.
     4
     5        * kjs/Activation.h:
     6
    172008-01-12  Mark Rowe  <[email protected]>
    28
  • trunk/JavaScriptCore/kjs/Activation.h

    r29436 r29437  
    3333    class Arguments;
    3434    class FunctionImp;
    35     struct StackActivation;
    3635
    3736    class ActivationImp : public JSVariableObject {
    3837        friend class JSGlobalObject;
    39         friend class StackActivation;
     38        friend struct StackActivation;
    4039    private:
    4140        struct ActivationData : public JSVariableObjectData {
Note: See TracChangeset for help on using the changeset viewer.