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/WebCore/bindings/js/JSCustomXPathNSResolver.cpp

    r404 r427  
    3838#include "JSDOMBinding.h" 
    3939#include "ScriptController.h" 
    40 #include <kjs/JSLock.h> 
    4140 
    4241namespace WebCore { 
     
    7675    if (!m_frame->script()->isEnabled()) 
    7776        return String(); 
    78  
    79     JSLock lock(false); 
    8077 
    8178    JSGlobalObject* globalObject = m_frame->script()->globalObject();