- Timestamp:
- 08/01/08 14:47:24 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/bindings/js/JSCustomSQLTransactionCallback.cpp
r404 r427 38 38 #include "JSSQLTransaction.h" 39 39 #include "Page.h" 40 #include <kjs/JSLock.h>41 40 #include <wtf/MainThread.h> 42 41 #include <wtf/RefCountedLeakCounter.h> … … 101 100 ExecState* exec = globalObject->globalExec(); 102 101 103 KJS::JSLock lock(false);104 105 102 JSValue* handleEventFunction = m_data->callback()->get(exec, Identifier(exec, "handleEvent")); 106 103 CallData handleEventCallData;
