Changeset 36058 in webkit for trunk/JavaScriptCore/API
- Timestamp:
- Sep 3, 2008, 10:35:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSProfilerPrivate.cpp
r35900 r36058 43 43 Profiler* profiler = Profiler::profiler(); 44 44 profiler->stopProfiling(exec, title->ustring()); 45 profiler->didFinishAllExecution(exec);46 45 } 47 46
Note:
See TracChangeset
for help on using the changeset viewer.