Ignore:
Timestamp:
Jan 30, 2011, 5:13:10 PM (14 years ago)
Author:
[email protected]
Message:

Convert markstack to a slot visitor API
https://bugs.webkit.org/show_bug.cgi?id=53219

rolling r77006 and r77020 back in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/debugger/DebuggerActivation.h

    r77044 r77098  
    3535    class DebuggerActivation : public JSObject {
    3636    public:
    37         DebuggerActivation(JSObject*);
     37        DebuggerActivation(JSGlobalData&, JSObject*);
    3838
    3939        virtual void markChildren(MarkStack&);
     
    5959
    6060    private:
    61         JSActivation* m_activation;
     61        WriteBarrier<JSActivation> m_activation;
    6262    };
    6363
Note: See TracChangeset for help on using the changeset viewer.