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

    r35418 r35478  
    3131
    3232#include "APICast.h"
    33 #include <kjs/JSLock.h>
    3433#include <kjs/JSType.h>
    3534#include <kjs/JSString.h>
     
    6968        // It is wasteful to take the lock for non-shared contexts, but we don't have a good way
    7069        // to determine what the context is.
    71         JSLock lock(true);
    7270        rep->deref();
    7371    } else
Note: See TracChangeset for help on using the changeset viewer.