Show
Ignore:
Timestamp:
08/01/08 14:47:24 (5 months ago)
Author:
sroret
Message:

merge with webkit revision 35510

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/kjs/MathObject.cpp

    r414 r427  
    234234JSValue* mathProtoFuncRandom(ExecState* exec, JSObject*, JSValue*, const ArgList&) 
    235235{ 
    236 #if !USE(MULTIPLE_THREADS) 
     236#if !ENABLE(JSC_MULTIPLE_THREADS) 
    237237    static bool didInitRandom; 
    238238    if (!didInitRandom) {