Ignore:
Timestamp:
Jan 9, 2009, 12:17:00 PM (16 years ago)
Author:
[email protected]
Message:

2009-01-09 David Levin <[email protected]>

Reviewed by Oliver Hunt.

https://bugs.webkit.org/show_bug.cgi?id=23175

Adjustment to previous patch. Remove call to initilizeThreading from JSGlobalCreate
and fix jsc.cpp instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalData.cpp

    r39747 r39755  
    3333#include "Collector.h"
    3434#include "CommonIdentifiers.h"
    35 #include "InitializeThreading.h"
    3635#include "Interpreter.h"
    3736#include "JSActivation.h"
     
    144143PassRefPtr<JSGlobalData> JSGlobalData::create()
    145144{
    146     initializeThreading();
    147145    return adoptRef(new JSGlobalData);
    148146}
Note: See TracChangeset for help on using the changeset viewer.