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