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

    r370 r427  
    5353#include "WheelEvent.h" 
    5454#include "XMLHttpRequestProgressEvent.h" 
    55 #include <kjs/JSLock.h> 
    5655 
    5756#if ENABLE(DOM_STORAGE) 
     
    7675JSValue* toJS(ExecState* exec, Event* event) 
    7776{ 
    78     JSLock lock(false); 
    79  
    8077    if (!event) 
    8178        return jsNull();