Ignore:
Timestamp:
Sep 21, 2010, 6:22:25 PM (15 years ago)
Author:
[email protected]
Message:

2010-09-21 Oliver Hunt <[email protected]>

RS=Gavin Barraclough.

Fix codeblock dumping

  • bytecode/CodeBlock.cpp: (JSC::CodeBlock::dump):
  • runtime/Executable.h: (JSC::ScriptExecutable::ScriptExecutable):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Executable.h

    r67583 r68006  
    145145        {
    146146#if ENABLE(CODEBLOCK_SAMPLING)
     147            relaxAdoptionRequirement();
    147148            if (SamplingTool* sampler = globalData->interpreter->sampler())
    148149                sampler->notifyOfScope(this);
     
    158159        {
    159160#if ENABLE(CODEBLOCK_SAMPLING)
     161            relaxAdoptionRequirement();
    160162            if (SamplingTool* sampler = exec->globalData().interpreter->sampler())
    161163                sampler->notifyOfScope(this);
Note: See TracChangeset for help on using the changeset viewer.