| Index: Source/bindings/core/v8/V8LazyEventListener.cpp
|
| diff --git a/Source/bindings/core/v8/V8LazyEventListener.cpp b/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| index 36caf8b45041dff240b953c35388c6b5a3d02e0f..4aebadbac0614983e41e077a1b7faefa3af16bdc 100644
|
| --- a/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| +++ b/Source/bindings/core/v8/V8LazyEventListener.cpp
|
| @@ -75,6 +75,7 @@ v8::Local<v8::Object> toObjectWrapper(T* domObject, ScriptState* scriptState)
|
|
|
| v8::Local<v8::Value> V8LazyEventListener::callListenerFunction(ScriptState* scriptState, v8::Local<v8::Value> jsEvent, Event* event)
|
| {
|
| + ASSERT(!jsEvent.IsEmpty());
|
| v8::Local<v8::Object> listenerObject = getListenerObject(scriptState->executionContext());
|
| if (listenerObject.IsEmpty())
|
| return v8::Local<v8::Value>();
|
|
|