| Index: content/common/input/input_event_stream_validator.cc
|
| diff --git a/content/common/input/input_event_stream_validator.cc b/content/common/input/input_event_stream_validator.cc
|
| index 85ac42cb5cf8d6a4e4e0be6624249b9a2fe6f3d4..f8b6128b8247f7297a7f70e3267c5a1cda7fd753 100644
|
| --- a/content/common/input/input_event_stream_validator.cc
|
| +++ b/content/common/input/input_event_stream_validator.cc
|
| @@ -27,7 +27,7 @@ void InputEventStreamValidator::Validate(const WebInputEvent& event) {
|
| if (!enabled_)
|
| return;
|
|
|
| - DCHECK(ValidateImpl(event, &error_msg_)) << error_msg_;
|
| + CHECK(ValidateImpl(event, &error_msg_)) << error_msg_;
|
| }
|
|
|
| bool InputEventStreamValidator::ValidateImpl(const blink::WebInputEvent& event,
|
|
|