Changeset 36068 in webkit for trunk/JavaScriptCore/API/JSProfilerPrivate.cpp
- Timestamp:
- Sep 3, 2008, 2:53:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSProfilerPrivate.cpp
r36058 r36068 35 35 void JSStartProfiling(JSContextRef ctx, JSStringRef title) 36 36 { 37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring() , 0);37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring()); 38 38 } 39 39
Note:
See TracChangeset
for help on using the changeset viewer.