Ignore:
Timestamp:
Jun 19, 2008, 8:30:09 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoff.

File:
1 edited

Legend:

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

    r34659 r34684  
    8080
    8181    JSValue* exception = 0;
    82     JSValue* result = machine().execute(programNode.get(), exec, scopeChain.node(), thisObj, &exec->dynamicGlobalObject()->registerFileStack(), &exception);
     82    JSValue* result = exec->machine()->execute(programNode.get(), exec, scopeChain.node(), thisObj, &exec->dynamicGlobalObject()->registerFileStack(), &exception);
    8383
    8484    return exception ? Completion(Throw, exception) : Completion(Normal, result);
Note: See TracChangeset for help on using the changeset viewer.