Changeset 35478 in webkit for trunk/JavaScriptCore/kjs/Shell.cpp


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

    r35454 r35478  
    3131#include "JSFunction.h"
    3232#include "JSGlobalObject.h"
    33 #include "JSLock.h"
    3433#include "JSObject.h"
    3534#include "Parser.h"
     
    209208JSValue* functionGC(ExecState* exec, JSObject*, JSValue*, const ArgList&)
    210209{
    211     JSLock lock(false);
    212210    exec->heap()->collect();
    213211    return jsUndefined();
     
    461459    KJS::initializeThreading();
    462460
    463     JSLock lock(false);
    464 
    465461    Options options;
    466462    parseArguments(argc, argv, options);
Note: See TracChangeset for help on using the changeset viewer.