| Index: third_party/WebKit/Source/core/events/NodeEventContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/NodeEventContext.cpp b/third_party/WebKit/Source/core/events/NodeEventContext.cpp
|
| index 3d6e52f851fc1575b07e44046df86ee6266e9a1b..d022990334d459072ce469e3470cd677aa76aef9 100644
|
| --- a/third_party/WebKit/Source/core/events/NodeEventContext.cpp
|
| +++ b/third_party/WebKit/Source/core/events/NodeEventContext.cpp
|
| @@ -38,7 +38,7 @@ NodeEventContext::NodeEventContext(Node* node, EventTarget* currentTarget)
|
| : m_node(node)
|
| , m_currentTarget(currentTarget)
|
| {
|
| - ASSERT(m_node);
|
| + DCHECK(m_node);
|
| }
|
|
|
| DEFINE_TRACE(NodeEventContext)
|
|
|