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


Ignore:
Timestamp:
May 22, 2008, 3:22:28 PM (17 years ago)
Author:
[email protected]
Message:

2008-05-22 Kevin McCullough <[email protected]>

Build fix.

  • VM/Machine.cpp: (KJS::callEval):
File:
1 edited

Legend:

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

    r34036 r34037  
    18571857            registerFile->setSafeForReentry(true);
    18581858#if JAVASCRIPT_PROFILING
    1859             JSValue* result = callEval(exec, static_cast<JSObject*>(v), thisObject, scopeChain, registerFile, r, argv, argc, exceptionValue);
     1859            JSValue* result = callEval(exec, static_cast<JSObject*>(funcVal), thisObject, scopeChain, registerFile, r, argv, argc, exceptionValue);
    18601860#else
    18611861            JSValue* result = callEval(exec, thisObject, scopeChain, registerFile, r, argv, argc, exceptionValue);
Note: See TracChangeset for help on using the changeset viewer.