Changeset 36058 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
- Timestamp:
- Sep 3, 2008, 10:35:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.cpp
r36016 r36058 88 88 if (UNLIKELY(*profiler != 0)) { 89 89 (*profiler)->stopProfiling(globalExec(), UString()); 90 (*profiler)->didFinishAllExecution(globalExec());91 90 } 92 91
Note:
See TracChangeset
for help on using the changeset viewer.