Ignore:
Timestamp:
Apr 6, 2007, 11:36:26 AM (18 years ago)
Author:
ggaren
Message:

Rubber stamped by Adele Peterson.

  • kjs/ExecState.h: Removed obsolete forward/friend declaration of RuntimeMethodImp.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/ExecState.h

    r20310 r20759  
    3535    class Interpreter;
    3636    class FunctionImp;
    37     class RuntimeMethodImp;
    3837    class GlobalFuncImp;
    3938   
     
    4645    friend class Interpreter;
    4746    friend class FunctionImp;
    48     friend class RuntimeMethodImp;
    4947    friend class GlobalFuncImp;
    5048  public:
Note: See TracChangeset for help on using the changeset viewer.