Ignore:
Timestamp:
Jul 31, 2008, 5:19:22 AM (17 years ago)
Author:
[email protected]
Message:

Rubber-stamped by Maciej.

Eliminate JSLock (it was already disabled, removing the stub implementaion and all
call sites now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSCallbackFunction.cpp

    r35291 r35478  
    3333#include "FunctionPrototype.h"
    3434#include <kjs/JSGlobalObject.h>
    35 #include <kjs/JSLock.h>
    3635#include <wtf/Vector.h>
    3736
     
    6463        arguments[i] = toRef(args.at(exec, i));
    6564
    66     JSLock::DropAllLocks dropAllLocks(exec);
    6765    return toJS(static_cast<JSCallbackFunction*>(functionObject)->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot())));
    6866}
Note: See TracChangeset for help on using the changeset viewer.