Changeset 33388 in webkit for trunk/JavaScriptCore/profiler/FunctionCallProfile.h
- Timestamp:
- May 13, 2008, 2:18:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/profiler/FunctionCallProfile.h
r33382 r33388 50 50 void didExecute(Vector<UString> stackNames, unsigned int stackIndex); 51 51 52 void addChild( RefPtr<FunctionCallProfile>& child);52 void addChild(PassRefPtr<FunctionCallProfile> prpChild); 53 53 FunctionCallProfile* findChild(const UString& name); 54 54
Note:
See TracChangeset
for help on using the changeset viewer.