- Timestamp:
- 08/01/08 14:47:24 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSCustomSQLStatementCallback.cpp
r404 r427 37 37 #include "JSSQLResultSet.h" 38 38 #include "JSSQLTransaction.h" 39 #include <kjs/JSLock.h>40 39 41 40 namespace WebCore { … … 59 58 JSGlobalObject* globalObject = m_frame->script()->globalObject(); 60 59 ExecState* exec = globalObject->globalExec(); 61 62 KJS::JSLock lock(false);63 60 64 61 JSValue* function = m_callback->get(exec, Identifier(exec, "handleEvent"));
