| Index: third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.cpp
|
| index de04e24b9c9fea14d53ca2263921c57f60335572..601f4e318c7c82cdfb219e7ca87f6d73c4f5bb21 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.cpp
|
| @@ -51,7 +51,7 @@ V8LazyEventListener* CreateAttributeEventListener(
|
| const QualifiedName& name,
|
| const AtomicString& value,
|
| const AtomicString& event_parameter_name) {
|
| - ASSERT(node);
|
| + DCHECK(node);
|
| if (value.IsNull())
|
| return nullptr;
|
|
|
|
|