Show
Ignore:
Timestamp:
08/15/08 13:25:16 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35774

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/profiler/TreeProfile.h

    r388 r437  
    3838    class TreeProfile : public Profile { 
    3939    public: 
    40         static PassRefPtr<TreeProfile> create(const UString& title); 
     40        static PassRefPtr<TreeProfile> create(const UString& title, unsigned uid); 
    4141 
    4242        virtual Profile* heavyProfile(); 
     
    4444 
    4545    private: 
    46         TreeProfile(const UString& title); 
     46        TreeProfile(const UString& title, unsigned uid); 
    4747        RefPtr<HeavyProfile> m_heavyProfile; 
    4848    };