| Index: third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| index 29c0332b260921c4d60c58ce839c3c3ce2036c42..f07354dc20312ae3e4a1fa1fc4b46af46c162388 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.cpp
|
| @@ -46,7 +46,7 @@ v8::Local<v8::Value> V8ErrorHandler::CallListenerFunction(
|
| ScriptState* script_state,
|
| v8::Local<v8::Value> js_event,
|
| Event* event) {
|
| - ASSERT(!js_event.IsEmpty());
|
| + DCHECK(!js_event.IsEmpty());
|
| if (!event->HasInterface(EventNames::ErrorEvent))
|
| return V8EventListener::CallListenerFunction(script_state, js_event, event);
|
|
|
|
|