Changeset 36546 in webkit for trunk/JavaScriptCore/VM/Machine.cpp


Ignore:
Timestamp:
Sep 17, 2008, 1:17:16 PM (17 years ago)
Author:
[email protected]
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/Machine.cpp

    r36544 r36546  
    941941    JSValue* result = CTI::execute(newCodeBlock->ctiCode, &newExec, &m_registerFile, r, scopeChain, newCodeBlock, exception);
    942942#else
    943     setScopeChain(scopeChain, scopeChainForCall(exec, functionBodyNode, newCodeBlock, scopeChain, r));
     943    setScopeChain(&newExec, scopeChain, scopeChainForCall(exec, functionBodyNode, newCodeBlock, scopeChain, r));
    944944    JSValue* result = privateExecute(Normal, &newExec, &m_registerFile, r, scopeChain, newCodeBlock, exception);
    945945#endif
Note: See TracChangeset for help on using the changeset viewer.