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

    r424 r427  
    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