Changeset 427 for trunk/WebCore/bindings/js/JSEventListener.cpp
- Timestamp:
- 08/01/08 14:47:24 (5 months ago)
- Files:
-
- trunk/WebCore/bindings/js/JSEventListener.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSEventListener.cpp
r404 r427 34 34 #include "ScriptController.h" 35 35 #include <kjs/FunctionConstructor.h> 36 #include <kjs/JSLock.h>37 36 #include <wtf/RefCountedLeakCounter.h> 38 37 … … 60 59 if (!script->isEnabled() || script->isPaused()) 61 60 return; 62 63 JSLock lock(false);64 61 65 62 ExecState* exec = window->globalExec(); … … 257 254 ExecState* exec = window()->globalExec(); 258 255 259 JSLock lock(false);260 256 ArgList args; 261 257
