Commit 5483fea9 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Revert 593151 as the crashes are CPU-bug related.

Bug: 882574
Change-Id: I08c0f15713bd0cd7db14017de3c0460fa29198d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1249278Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734333}
parent 9ce583fe
...@@ -202,9 +202,6 @@ DispatchEventResult EventDispatcher::Dispatch() { ...@@ -202,9 +202,6 @@ DispatchEventResult EventDispatcher::Dispatch() {
pre_dispatch_event_handler_result) == pre_dispatch_event_handler_result) ==
kContinueDispatching) { kContinueDispatching) {
if (DispatchEventAtCapturing() == kContinueDispatching) { if (DispatchEventAtCapturing() == kContinueDispatching) {
// TODO(crbug/882574): Remove these.
CHECK(event_->HasEventPath());
CHECK(!event_->GetEventPath().IsEmpty());
if (DispatchEventAtTarget() == kContinueDispatching) if (DispatchEventAtTarget() == kContinueDispatching)
DispatchEventAtBubbling(); DispatchEventAtBubbling();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment