Ignore:
Timestamp:
May 12, 2008, 12:12:31 AM (17 years ago)
Author:
[email protected]
Message:

Roll out recent threading changes (r32807, r32810, r32819, r32822) to simplify
SquirrelFish merging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h

    r32807 r33038  
    467467            if (StaticFunctionEntry* entry = staticFunctions->get(propertyName.ustring().rep())) {
    468468                if (JSObjectCallAsFunctionCallback callAsFunction = entry->callAsFunction) {
    469                     JSObject* o = new (exec) JSCallbackFunction(exec, callAsFunction, propertyName);
     469                    JSObject* o = new JSCallbackFunction(exec, callAsFunction, propertyName);
    470470                    thisObj->putDirect(propertyName, o, entry->attributes);
    471471                    return o;
Note: See TracChangeset for help on using the changeset viewer.