| Index: Source/bindings/v8/V8AbstractEventListener.cpp
|
| diff --git a/Source/bindings/v8/V8AbstractEventListener.cpp b/Source/bindings/v8/V8AbstractEventListener.cpp
|
| index cd39ced70e4b9793c43897fc811e8341238b87fc..a5370e6a80b50f31022dc8b45193267af21e02f5 100644
|
| --- a/Source/bindings/v8/V8AbstractEventListener.cpp
|
| +++ b/Source/bindings/v8/V8AbstractEventListener.cpp
|
| @@ -143,8 +143,6 @@ void V8AbstractEventListener::invokeEventHandler(ExecutionContext* context, Even
|
| tryCatch.Reset();
|
| }
|
|
|
| - ASSERT(!handleOutOfMemory() || returnValue.IsEmpty());
|
| -
|
| if (returnValue.IsEmpty())
|
| return;
|
|
|
|
|