summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-11-06 21:08:07 +0000
committerSteve Block <steveblock@google.com>2009-11-11 00:34:44 +0000
commitba51ea61f184429a046b2a212fcc905083a360fe (patch)
treee6fa96a8eea4030f578acf685a5d97365c9f1cea /WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp
parent2c386559c2b67b9921be326a44676937b61b08f4 (diff)
downloadexternal_webkit-ba51ea61f184429a046b2a212fcc905083a360fe.zip
external_webkit-ba51ea61f184429a046b2a212fcc905083a360fe.tar.gz
external_webkit-ba51ea61f184429a046b2a212fcc905083a360fe.tar.bz2
Removes LOCK_V8 calls, which are incomplete having been abandonned prior to previous WebKit merges.
Change-Id: Iee5a3a8d4eb1087ef196f193efb93d1e0dbcf77b
Diffstat (limited to 'WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp')
-rw-r--r--WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp b/WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp
index f30467c..1a0939d 100644
--- a/WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp
+++ b/WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp
@@ -52,7 +52,6 @@ V8CustomSQLTransactionErrorCallback::~V8CustomSQLTransactionErrorCallback()
void V8CustomSQLTransactionErrorCallback::handleEvent(SQLError* error)
{
- LOCK_V8;
v8::HandleScope handleScope;
v8::Handle<v8::Context> context = V8Proxy::context(m_frame.get());