| Index: Source/bindings/core/v8/V8ErrorHandler.cpp
|
| diff --git a/Source/bindings/core/v8/V8ErrorHandler.cpp b/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| index e7d9830db24620536f8f1b4dabe23bf43642c359..5bc9946ce7ad5ba19063b692752a5a06630d4c02 100644
|
| --- a/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| +++ b/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| @@ -49,6 +49,7 @@ V8ErrorHandler::V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, Sc
|
|
|
| v8::Local<v8::Value> V8ErrorHandler::callListenerFunction(ScriptState* scriptState, v8::Local<v8::Value> jsEvent, Event* event)
|
| {
|
| + ASSERT(!jsEvent.IsEmpty());
|
| if (!event->hasInterface(EventNames::ErrorEvent))
|
| return V8EventListener::callListenerFunction(scriptState, jsEvent, event);
|
|
|
|
|