Show
Ignore:
Timestamp:
08/01/08 14:47:24 (5 months ago)
Author:
sroret
Message:

merge with webkit revision 35510

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/API/JSCallbackConstructor.cpp

    r424 r427  
    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    }