Changeset 35039 in webkit for trunk/JavaScriptCore/profiler/TreeProfile.h
- Timestamp:
- Jul 7, 2008, 11:12:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/profiler/TreeProfile.h
r34960 r35039 37 37 class TreeProfile : public Profile { 38 38 public: 39 static PassRefPtr<TreeProfile> create(const UString& title , ExecState* originatingGlobalExec, unsigned pageGroupIdentifier, ProfilerClient*);39 static PassRefPtr<TreeProfile> create(const UString& title); 40 40 41 41 virtual Profile* heavyProfile(); … … 43 43 44 44 private: 45 TreeProfile(const UString& title , ExecState* originatingGlobalExec, unsigned pageGroupIdentifier, ProfilerClient*);45 TreeProfile(const UString& title); 46 46 }; 47 47
Note:
See TracChangeset
for help on using the changeset viewer.