| Index: ui/events/ozone/evdev/key_event_converter_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/key_event_converter_evdev.cc b/ui/events/ozone/evdev/key_event_converter_evdev.cc
|
| index 3bcb5f2f251266727462cc4e056ad6db9107a61e..3ec27617ded827c89190b899e3e336330350a156 100644
|
| --- a/ui/events/ozone/evdev/key_event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/key_event_converter_evdev.cc
|
| @@ -217,7 +217,7 @@ void KeyEventConverterEvdev::OnFileCanReadWithoutBlocking(int fd) {
|
| return;
|
| }
|
|
|
| - CHECK_EQ(read_size % sizeof(*inputs), 0u);
|
| + DCHECK_EQ(read_size % sizeof(*inputs), 0u);
|
| ProcessEvents(inputs, read_size / sizeof(*inputs));
|
| }
|
|
|
|
|