Changeset 68006 in webkit for trunk/JavaScriptCore/runtime/Executable.h
- Timestamp:
- Sep 21, 2010, 6:22:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Executable.h
r67583 r68006 145 145 { 146 146 #if ENABLE(CODEBLOCK_SAMPLING) 147 relaxAdoptionRequirement(); 147 148 if (SamplingTool* sampler = globalData->interpreter->sampler()) 148 149 sampler->notifyOfScope(this); … … 158 159 { 159 160 #if ENABLE(CODEBLOCK_SAMPLING) 161 relaxAdoptionRequirement(); 160 162 if (SamplingTool* sampler = exec->globalData().interpreter->sampler()) 161 163 sampler->notifyOfScope(this);
Note:
See TracChangeset
for help on using the changeset viewer.