Changeset 36058 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Sep 3, 2008, 10:35:42 AM (17 years ago)
- Location:
- trunk/JavaScriptCore/kjs
- Files:
-
- 2 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 -
trunk/JavaScriptCore/kjs/nodes.h
r36036 r36058 55 55 class Node; 56 56 class EvalCodeBlock; 57 class JSFunction; 57 58 class ProgramCodeBlock; 58 59 class PropertyListNode;
Note:
See TracChangeset
for help on using the changeset viewer.