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

    r388 r427  
    2929#include "JSDOMBinding.h" 
    3030#include "PlatformString.h" 
    31 #include <kjs/JSLock.h> 
    3231#include <kjs/JSValue.h> 
    3332#include <kjs/JSString.h> 
     
    5049String JSNSResolver::lookupNamespaceURI(ExecState* exec, const String& prefix) 
    5150{ 
    52     JSLock lock(false); 
    53  
    5451    JSValue* function = m_resolver->get(exec, Identifier(exec, "lookupNamespaceURI")); 
    5552    if (exec->hadException())