| Index: Source/bindings/v8/V8EventListener.cpp
|
| diff --git a/Source/bindings/v8/V8EventListener.cpp b/Source/bindings/v8/V8EventListener.cpp
|
| index fc204607cee57a9b4269c9f6338bcc9d66fbc7a9..d5846c9889e95cb27caa9507762bd9ebb79aff9a 100644
|
| --- a/Source/bindings/v8/V8EventListener.cpp
|
| +++ b/Source/bindings/v8/V8EventListener.cpp
|
| @@ -69,7 +69,6 @@ v8::Local<v8::Function> V8EventListener::getListenerFunction(ExecutionContext*)
|
|
|
| v8::Local<v8::Value> V8EventListener::callListenerFunction(v8::Handle<v8::Value> jsEvent, Event* event)
|
| {
|
| -
|
| v8::Local<v8::Function> handlerFunction = getListenerFunction(scriptState()->executionContext());
|
| v8::Local<v8::Object> receiver = getReceiverObject(event);
|
| if (handlerFunction.IsEmpty() || receiver.IsEmpty())
|
|
|