Changeset 34054 in webkit for trunk/JavaScriptCore/profiler/Profiler.cpp
- Timestamp:
- May 22, 2008, 11:09:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/profiler/Profiler.cpp
r34047 r34054 161 161 return CallIdentifier(static_cast<InternalFunctionImp*>(calledFunction)->functionName().ustring(), "", 0); 162 162 163 UString name = "("; 164 name += calledFunction->classInfo()->className; 165 name += " object)"; 163 UString name = "(" + calledFunction->className() + " object)"; 166 164 return CallIdentifier(name, 0, 0); 167 165 }
Note:
See TracChangeset
for help on using the changeset viewer.