Changeset 427 for trunk/WebCore/bindings/js/JSEventCustom.cpp
- Timestamp:
- 08/01/08 14:47:24 (5 months ago)
- Files:
-
- trunk/WebCore/bindings/js/JSEventCustom.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSEventCustom.cpp
r370 r427 53 53 #include "WheelEvent.h" 54 54 #include "XMLHttpRequestProgressEvent.h" 55 #include <kjs/JSLock.h>56 55 57 56 #if ENABLE(DOM_STORAGE) … … 76 75 JSValue* toJS(ExecState* exec, Event* event) 77 76 { 78 JSLock lock(false);79 80 77 if (!event) 81 78 return jsNull();
