Changeset 437 for trunk/JavaScriptCore/profiler/ProfileGenerator.h
- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/profiler/ProfileGenerator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/profiler/ProfileGenerator.h
r396 r437 42 42 class ProfileGenerator : public RefCounted<ProfileGenerator> { 43 43 public: 44 static PassRefPtr<ProfileGenerator> create(const UString& title, ExecState* originatingGlobalExec, unsigned profileGroup, ProfilerClient* );44 static PassRefPtr<ProfileGenerator> create(const UString& title, ExecState* originatingGlobalExec, unsigned profileGroup, ProfilerClient*, unsigned uid); 45 45 46 46 // Members … … 63 63 64 64 private: 65 ProfileGenerator(const UString& title, ExecState* originatingGlobalExec, unsigned profileGroup, ProfilerClient* );65 ProfileGenerator(const UString& title, ExecState* originatingGlobalExec, unsigned profileGroup, ProfilerClient*, unsigned uid); 66 66 67 67 void removeProfileStart();
