Ignore:
Timestamp:
Jul 7, 2008, 9:01:06 AM (17 years ago)
Author:
[email protected]
Message:

2008-07-07 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

Third step in broad cleanup effort.

[ File list elided ]

File:
1 edited

Legend:

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

    r34906 r35037  
    4343    class DebuggerCallFrame {
    4444    public:
    45         typedef enum {
     45        enum Type {
    4646            ProgramType,
    4747            FunctionType
    48         } Type;
     48        };
    4949
    5050        DebuggerCallFrame(JSGlobalObject* dynamicGlobalObject, const CodeBlock* codeBlock, ScopeChainNode* scopeChain, Register* r, JSValue* exception)
Note: See TracChangeset for help on using the changeset viewer.