summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8AbstractEventListener.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/V8AbstractEventListener.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/V8AbstractEventListener.cpp')
-rw-r--r--WebCore/bindings/v8/V8AbstractEventListener.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/V8AbstractEventListener.cpp b/WebCore/bindings/v8/V8AbstractEventListener.cpp
index 675e466..f27c619 100644
--- a/WebCore/bindings/v8/V8AbstractEventListener.cpp
+++ b/WebCore/bindings/v8/V8AbstractEventListener.cpp
@@ -78,7 +78,6 @@ void V8AbstractEventListener::handleEvent(ScriptExecutionContext* context, Event
// See issue 889829.
RefPtr<V8AbstractEventListener> protect(this);
- LOCK_V8;
v8::HandleScope handleScope;
v8::Local<v8::Context> v8Context = toV8Context(context);