Ignore:
Timestamp:
May 24, 2010, 2:15:22 PM (15 years ago)
Author:
[email protected]
Message:

Rubber Stamped by Sam Weinig.

Accidentally committed double write of codeblock in Interpreter.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::privateExecute):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/interpreter/Interpreter.cpp

    r60075 r60084  
    38403840        vPC = callFrame->returnPC();
    38413841        callFrame = callFrame->callerFrame();
    3842         codeBlock = callFrame->codeBlock();
    38433842       
    38443843        if (callFrame->hasHostCallFrameFlag())
     
    38853884        vPC = callFrame->returnPC();
    38863885        callFrame = callFrame->callerFrame();
    3887         codeBlock = callFrame->codeBlock();
    3888        
     3886
    38893887        if (callFrame->hasHostCallFrameFlag())
    38903888            return returnValue;
Note: See TracChangeset for help on using the changeset viewer.