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/JSCallbackConstructor.cpp

    r35411 r35478  
    3030#include "APICast.h"
    3131#include <kjs/JSGlobalObject.h>
    32 #include <kjs/JSLock.h>
    3332#include <kjs/ObjectPrototype.h>
    3433#include <wtf/Vector.h>
     
    7069            arguments[i] = toRef(args.at(exec, i));
    7170           
    72         JSLock::DropAllLocks dropAllLocks(exec);
    7371        return toJS(callback(ctx, constructorRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot())));
    7472    }
Note: See TracChangeset for help on using the changeset viewer.