Changeset 185532 in webkit for trunk/Source/JavaScriptCore/profiler
- Timestamp:
- Jun 12, 2015, 8:52:06 PM (10 years ago)
- Location:
- trunk/Source/JavaScriptCore/profiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/LegacyProfiler.cpp
r182038 r185532 79 79 } 80 80 81 PassRefPtr<Profile> LegacyProfiler::stopProfiling(ExecState* exec, const String& title)81 RefPtr<Profile> LegacyProfiler::stopProfiling(ExecState* exec, const String& title) 82 82 { 83 83 if (!exec) -
trunk/Source/JavaScriptCore/profiler/LegacyProfiler.h
r175203 r185532 52 52 53 53 JS_EXPORT_PRIVATE void startProfiling(ExecState*, const WTF::String& title, PassRefPtr<Stopwatch>); 54 JS_EXPORT_PRIVATE PassRefPtr<Profile> stopProfiling(ExecState*, const WTF::String& title);54 JS_EXPORT_PRIVATE RefPtr<Profile> stopProfiling(ExecState*, const WTF::String& title); 55 55 void stopProfiling(JSGlobalObject*); 56 56
Note:
See TracChangeset
for help on using the changeset viewer.