Changeset 437 for trunk/JavaScriptCore/profiler/TreeProfile.h
- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/profiler/TreeProfile.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/profiler/TreeProfile.h
r388 r437 38 38 class TreeProfile : public Profile { 39 39 public: 40 static PassRefPtr<TreeProfile> create(const UString& title );40 static PassRefPtr<TreeProfile> create(const UString& title, unsigned uid); 41 41 42 42 virtual Profile* heavyProfile(); … … 44 44 45 45 private: 46 TreeProfile(const UString& title );46 TreeProfile(const UString& title, unsigned uid); 47 47 RefPtr<HeavyProfile> m_heavyProfile; 48 48 };
