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/kjs/JSGlobalObject.cpp

    r35202 r35478  
    4444#include "GlobalEvalFunction.h"
    4545#include "JSGlobalObjectFunctions.h"
    46 #include "JSLock.h"
    4746#include "Machine.h"
    4847#include "MathObject.h"
     
    7877JSGlobalObject::~JSGlobalObject()
    7978{
    80     ASSERT(JSLock::currentThreadIsHoldingLock());
    81 
    8279    if (d()->debugger)
    8380        d()->debugger->detach(this);
     
    111108void JSGlobalObject::init(JSObject* thisValue)
    112109{
    113     ASSERT(JSLock::currentThreadIsHoldingLock());
    114 
    115110    d()->globalData = Heap::heap(this)->globalData();
    116111
Note: See TracChangeset for help on using the changeset viewer.